2023-08-28 11:58:46 +00:00
|
|
|
// __ __ _
|
|
|
|
// \ \ / /_ _ _ _| |__ __ _ _ __
|
|
|
|
// \ \ /\ / / _` | | | | '_ \ / _` | '__|
|
|
|
|
// \ V V / (_| | |_| | |_) | (_| | |
|
|
|
|
// \_/\_/ \__,_|\__, |_.__/ \__,_|_|
|
|
|
|
// |___/
|
|
|
|
//
|
|
|
|
// by Stephan Raabe (2023)
|
|
|
|
// -----------------------------------------------------
|
|
|
|
//
|
2023-07-31 11:37:31 +00:00
|
|
|
{
|
2023-08-28 11:58:46 +00:00
|
|
|
"layer": "top",
|
|
|
|
"height": 30,
|
|
|
|
"spacing": 4,
|
2023-08-21 08:46:13 +00:00
|
|
|
"margin-top": 0,
|
|
|
|
"margin-left": 0,
|
|
|
|
"margin-right": 0,
|
2023-08-28 11:58:46 +00:00
|
|
|
"include": ["~/dotfiles/waybar/modules.json"],
|
2023-08-20 15:34:53 +00:00
|
|
|
"modules-left": [
|
|
|
|
"custom/appmenu",
|
2023-08-28 11:58:46 +00:00
|
|
|
"custom/brave",
|
2023-08-20 15:34:53 +00:00
|
|
|
],
|
|
|
|
"modules-center": [
|
2023-08-21 08:46:13 +00:00
|
|
|
"wlr/workspaces",
|
2023-08-20 15:34:53 +00:00
|
|
|
],
|
|
|
|
"modules-right": [
|
|
|
|
"keyboard-state",
|
|
|
|
"pulseaudio",
|
2023-08-24 08:01:02 +00:00
|
|
|
"disk",
|
2023-08-20 15:34:53 +00:00
|
|
|
"cpu",
|
|
|
|
"memory",
|
|
|
|
"battery",
|
|
|
|
"clock",
|
|
|
|
"custom/exit",
|
|
|
|
"tray"
|
|
|
|
],
|
2023-07-31 11:37:31 +00:00
|
|
|
}
|