dotfiles/config/waybar/config.jsonc

45 lines
831 B
JSON
Raw Permalink Normal View History

2025-08-02 11:43:36 +03:30
{
2025-08-07 22:12:32 +03:30
"layer": "top",
"position": "top",
2025-08-02 11:43:36 +03:30
2025-08-07 23:00:57 +03:30
"modules-left": ["sway/workspaces", "custom/sway-layout", "sway/window"],
"modules-center": [],
2025-08-07 22:12:32 +03:30
"modules-right": ["custom/dwmstatus"],
2025-08-07 23:00:57 +03:30
"sway/workspaces": {
2025-08-07 22:12:32 +03:30
"format": "{name}",
"format-focused": "[{name}]",
"format-unfocused": "{name}",
"format-visible": "{name}",
"format-urgent": "<{name}>",
"disable-scroll": true,
"persistent-workspaces": {
2025-08-07 23:00:57 +03:30
"1": [],
"2": [],
"3": [],
"4": [],
"5": [],
"6": [],
"7": [],
"8": [],
"9": []
2025-08-02 11:43:36 +03:30
}
2025-08-07 23:00:57 +03:30
},
2025-08-07 22:12:32 +03:30
"sway/window": {
2025-08-07 23:00:57 +03:30
"format": " | {title}",
2025-08-07 22:12:32 +03:30
"tooltip": false
},
"custom/sway-layout": {
"exec": "~/.config/waybar/sway-layout.sh",
"interval": 1
},
"custom/dwmstatus": {
"exec": "~/.config/waybar/dwmbar.sh",
"interval": 1
}
2025-08-02 11:43:36 +03:30
}
2025-08-07 22:12:32 +03:30