home/.config/waybar/config.jsonc
2024-03-05 13:28:48 +01:00

21 lines
335 B
JSON

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