From 2b678e85fdcf4994101f38c4c29a0955e1b70f02 Mon Sep 17 00:00:00 2001 From: iFargle Date: Sat, 6 Jan 2024 20:57:01 +0900 Subject: [PATCH] test --- home-manager/common/desktops/hyprland/components/waybar.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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}; } /*