diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-03-30 21:58:55 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-03-30 21:58:55 -0700 |
| commit | 4acf85db722ebe7e019e7427436083b3b9f4959e (patch) | |
| tree | 6d5b416ad605730a6d573d1b4178c7676dc8a015 /config/waybar/style/Wallust-Box-type.css | |
| parent | 89e10cd0c0331fc727889d41e34309db1fb5735f (diff) | |
| parent | e4b9059d346e6a6dbd6216cd1fb5e41085bb6e7b (diff) | |
Merge remote-tracking branch 'upstream/main'
Diffstat (limited to 'config/waybar/style/Wallust-Box-type.css')
| -rw-r--r-- | config/waybar/style/Wallust-Box-type.css | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/config/waybar/style/Wallust-Box-type.css b/config/waybar/style/Wallust-Box-type.css index 6bd2a5de..7f1d3ad2 100644 --- a/config/waybar/style/Wallust-Box-type.css +++ b/config/waybar/style/Wallust-Box-type.css @@ -51,8 +51,8 @@ window#waybar.empty #window { #taskbar button.active, #workspaces button.active { - color: @color15; - background-color: @background; + color: @background; + background-color: @color13; padding-left: 4px; padding-right: 8px; animation: gradient_f 20s ease-in infinite; @@ -61,8 +61,8 @@ window#waybar.empty #window { #taskbar button.focused, #workspaces button.focused { - color: @color15; - background-color: @background; + color: @background; + background-color: @color13; } #workspaces button.urgent { @@ -72,7 +72,8 @@ window#waybar.empty #window { #taskbar button:hover, #workspaces button:hover { - color: @color15; + color: @background; + background-color: @color13; padding-left: 2px; padding-right: 8px; animation: gradient_f 20s ease-in infinite; |
