{ config, ... }: { programs.waybar = { settings.main = { layer = "bottom"; position = "top"; modules-left = [ "sway/workspaces" ]; modules-center = [ "clock" ]; modules-right = [ "sway/language" ]; clock = { format = "{:%A, %b %d %Y | %H:%M}"; }; "sway/language" = { on-click = "swaymsg input type:keyboard xkb_switch_layout next"; tooltip-format = " {long}"; }; "sway/workspaces" = { all-outputs = true; disable-auto-back-and-forth = true; format = "{icon}"; format-icons = { "1" = "I"; "2" = "II"; "3" = "III"; "4" = "IV"; "5" = "V"; "6" = "VI"; "7" = "VII"; "8" = "VIII"; "9" = "IX"; }; }; }; style = builtins.readFile ./style.css; }; }