diff --git a/modules/home-manager/desktop/sway/includes/waybar.nix b/modules/home-manager/desktop/sway/includes/waybar.nix index f687bee..6c91c37 100644 --- a/modules/home-manager/desktop/sway/includes/waybar.nix +++ b/modules/home-manager/desktop/sway/includes/waybar.nix @@ -193,6 +193,10 @@ with lib; border-bottom: 1px solid @color-hover; } + #workspaces button.focused { + background: @color-selected; + color: @color-base-bg; + } #workspaces button.visible:not(.focused) { color: @color-selected; border-color: @color-selected;