{ "layer": "top", "position": "top", "height": 24, "spacing": 4, "modules-left": [ "hyprland/workspaces", "wlr/taskbar" ], "modules-center": [ "hyprland/window" ], "modules-right": [ "tray", "hyprland/language", "custom/weather", "clock" ], "wlr/taskbar": { "on-click": "activate", "on-click-middle": "close", "ignore-list": [ "foot" ] }, "hyprland/workspaces": { "on-click": "activate", "on-scroll-up": "hyprctl dispatch workspace e-1", "on-scroll-down": "hyprctl dispatch workspace e+1" }, "hyprland/window": { "max-length": 128 }, "clock": { "format": "{:%c}", "tooltip-format": "{:%Y %B}\n{calendar}" }, "tray": { "spacing": 4 }, "custom/weather": { "exec": "~/.config/waybar/_modules/wittr.sh", "return-type": "json", "format": "{}", "tooltip": true, "interval": 900 }, "hyprland/language": { "format-pl": "[pl]", "format-en": "[us]", "on-click": "hyprctl switchxkblayout at-translated-set-2-keyboard next" } }