diff --git a/home-manager/common/desktops/hyprland/components/waybar.nix b/home-manager/common/desktops/hyprland/components/waybar.nix index 7b85c69f..b15b2de1 100644 --- a/home-manager/common/desktops/hyprland/components/waybar.nix +++ b/home-manager/common/desktops/hyprland/components/waybar.nix @@ -142,15 +142,21 @@ } #workspaces button.active { + background-color: #${config.lib.stylix.colors.base04}; + color: #${config.lib.stylix.colors.base00}; padding: 0px 15px; } #workspaces button:hover, #workspaces button.focused:hover, #workspaces button.visible:hover { + background-color: #${config.lib.stylix.colors.base07}; + color: #${config.lib.stylix.colors.base00}; } #workspaces button.urgent { + background-color: #${config.lib.stylix.colors.base09}; + color: #${config.lib.stylix.colors.base00}; } /*