dotfiles-mirror/config/waybar-2/config.jsonc

28 lines
557 B
JSON
Raw Normal View History

2026-02-21 01:27:19 +03:30
{
"layer": "top",
"position": "bottom",
"height": 35,
"spacing": 4,
"modules-left": ["hyprland/workspaces"],
"modules-center": ["hyprland/window"],
"modules-right": ["clock"],
"hyprland/workspaces": {
"disable-scroll": true,
"all-outputs": true,
"format": "{id}",
"on-click": "activate"
},
"hyprland/window": {
"format": "{}",
"max-length": 40,
"separate-outputs": true
},
"clock": {
"format": "{:%I:%M %p}",
"tooltip": false
}
}