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
+11 -7
View File
@@ -18,9 +18,8 @@
"spacing": 0,
"include": ["~/dotfiles/waybar/modules.json"],
"modules-left": [
"custom/appmenu",
"custom/outlook",
"custom/teams",
"custom/appmenu",
"wlr/taskbar",
"custom/chatgpt",
"custom/lookingglass",
"hyprland/window"
@@ -30,13 +29,18 @@
],
"modules-right": [
"custom/youtube",
"keyboard-state",
"pulseaudio",
"disk",
"cpu",
"memory",
"group/hardware",
"battery",
"custom/exit",
"clock"
],
"group/hardware": {
"orientation": "horizontal",
"modules": [
"disk",
"cpu",
"memory"
]
}
}