diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-01-29 19:57:48 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2026-01-29 19:57:48 -0500 |
| commit | f5b0bbbe6f7025ad46e549e12587527d5a2f2370 (patch) | |
| tree | cb91a8868c36d266792ec623878d1a87da5e48af /config/waybar | |
| parent | ac4eb3fe09f570e19f4c9d5903ba0b1faa1c3467 (diff) | |
Still fixing Box Type.css
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: config/waybar/style/[Wallust] Box type.css
Diffstat (limited to 'config/waybar')
| -rw-r--r-- | config/waybar/style/[Wallust] Box type.css | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/config/waybar/style/[Wallust] Box type.css b/config/waybar/style/[Wallust] Box type.css index a641762e..9089b9d5 100644 --- a/config/waybar/style/[Wallust] Box type.css +++ b/config/waybar/style/[Wallust] Box type.css @@ -38,7 +38,7 @@ window#waybar.empty #window { #taskbar button, #workspaces button { - color: @foreground; + color: @color15; box-shadow: none; text-shadow: none; padding: 0px; @@ -51,8 +51,8 @@ window#waybar.empty #window { #taskbar button.active, #workspaces button.active { - color: @foreground; - background-color: @color0; + color: @color15; + background-color: @background; 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: @color14; - background-color: @color0; + color: @color15; + background-color: @background; } #workspaces button.urgent { @@ -72,7 +72,7 @@ window#waybar.empty #window { #taskbar button:hover, #workspaces button:hover { - color: @color4; + color: @color15; padding-left: 2px; padding-right: 8px; animation: gradient_f 20s ease-in infinite; @@ -145,8 +145,8 @@ window#waybar.empty #window { padding-right: 10px; border-radius: 10px; transition: none; - color: @foreground; - background: @color0; + color: @color15; + background: @background; border-bottom-width: 5px; border-bottom-color: @color12; border-bottom-style: solid; |
