Updated config

This commit is contained in:
2025-01-25 22:09:37 +01:00
parent e2fed71e49
commit 02248d3c8b
7 changed files with 34 additions and 235 deletions

View File

@ -1,27 +1,6 @@
{
"layer": "top",
"position": "bottom",
"modules-left": [
"custom/os",
"hyprland/window"
],
"modules-center": [
],
"modules-right": [
"group/hardware",
"wireplumber",
"clock"
],
"group/hardware": {
"orientation": "horizontal",
"modules": [
"cpu",
"custom/gpu",
"temperature",
"memory",
"disk",
"network"
],
},
"modules-right": ["cpu", "custom/gpu", "memory", "disk", "wireplumber", "clock"],
"include": "~/.config/waybar/modules.jsonc",
}