2024-03-21 16:10:24 +01:00

28 lines
431 B
Plaintext

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