Updated config

This commit is contained in:
2024-03-07 13:09:05 +01:00
parent eca02857ec
commit 7d5a2940ef
17 changed files with 100 additions and 85 deletions

View File

@ -1,21 +1,25 @@
{
"layer": "top",
"position": "bottom",
"position": "top",
"modules-left": [
"hyprland/workspaces",
"hyprland/window",
],
"modules-center": [],
"modules-right": [
"custom/updates",
"cpu",
"custom/gpu",
"memory",
"disk",
"network#up",
"network#down",
"wireplumber",
"clock",
],
"group/hardware": {
"orientation": "horizontal",
"modules": [
"cpu",
"custom/gpu",
"memory",
"disk",
"network#up",
"network#down",
],
},
"include": "~/.config/waybar/modules.jsonc",
}