This commit is contained in:
Stephan Raabe
2023-08-31 09:05:39 +02:00
parent b5c936e484
commit 1ab7f13373
6 changed files with 152 additions and 192 deletions

View File

@@ -18,7 +18,8 @@
"spacing": 0,
"include": ["~/dotfiles/waybar/modules.json"],
"modules-left": [
"custom/appmenu",
"custom/appmenu",
"wlr/taskbar",
"custom/brave",
"hyprland/window"
],
@@ -26,13 +27,18 @@
"wlr/workspaces"
],
"modules-right": [
"keyboard-state",
"pulseaudio",
"disk",
"cpu",
"memory",
"group/hardware",
"battery",
"custom/exit",
"clock"
],
"group/hardware": {
"orientation": "horizontal",
"modules": [
"disk",
"cpu",
"memory"
]
}
}