{ config, ... }: { programs.waybar = { settings.main = { layer = "bottom"; position = "top"; modules-left = [ "sway/workspaces" ]; modules-center = [ "clock" ]; modules-right = [ "sway/language" ]; "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.default = "•"; }; }; }; }