{pkgs}: { enable = true; settings = { mainBar = { layer = "top"; position = "left"; width = 16; modules-left = ["hyprland/workspaces"]; modules-center = ["clock"]; modules-right = ["custom/weather"]; "clock" = { format = "{%H}\n{%M}"; }; "custom/weather" = { format = "{}"; tooltip = true; interval = 3600; exec = "wttrbar --location Berlin"; return-type = "json"; }; "hyprland/workspaces" = { format = "{windows}"; format-window-separator = "\n"; window-rewrite = { "title<.*youtube.*>" = ""; "class" = ""; "title" = ""; "class" = ""; "class" = "󰙯"; "class" = "󰝰"; }; }; }; }; style = '' window#waybar { background: black; } ''; }