Files
nixos/configs/waybar/config.jsonc
T
2025-10-03 13:57:32 +01:00

24 lines
409 B
JSON

{
"layer": "bottom",
"position": "top",
"margin": "0 200 2 200",
"fixed-center": true,
"reload_style_on_change": true,
"include": ["~/.config/waybar/modules.jsonc"],
"modules-left": [
"hyprland/window",
"group/info"
],
"modules-center": [
"hyprland/workspaces",
"river/tags"
],
"modules-right": [
"group/control-center",
"group/hub",
"group/power"
],
}