diff options
Diffstat (limited to 'config/waybar/style/Catppuccin-Mocha.css')
| -rw-r--r-- | config/waybar/style/Catppuccin-Mocha.css | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/config/waybar/style/Catppuccin-Mocha.css b/config/waybar/style/Catppuccin-Mocha.css index eceb569b..93f5fda3 100644 --- a/config/waybar/style/Catppuccin-Mocha.css +++ b/config/waybar/style/Catppuccin-Mocha.css @@ -59,8 +59,6 @@ window#waybar.hidden { #cpu, #disk, #idle_inhibitor, -#keyboard-state label, -#keyboard-state label.locked, #keyboard-state, #memory, #mode, @@ -78,6 +76,7 @@ window#waybar.hidden { #custom-backlight, #custom-cycle_wall, #custom-keybinds, +#custom-keyboard, #custom-light_dark, #custom-lock, #custom-menu, @@ -139,6 +138,7 @@ window#waybar.hidden { color: @green; } +#custom-keyboard, #memory { color: @sky; } @@ -178,7 +178,7 @@ window#waybar.hidden { } #workspaces button:hover { - border-radius: 8px; + border-radius: 10px; color: @overlay0; background-color: @surface0; padding-left: 2px; @@ -188,13 +188,13 @@ window#waybar.hidden { } #workspaces button.persistent { - color: @surface1; - border-radius: 10px; + color: @surface1; + border-radius: 10px; } #workspaces button.active { - color: @peach; - border-radius: 8px; + color: @peach; + border-radius: 10px; padding-left: 8px; padding-right: 8px; animation: gradient_f 20s ease-in infinite; @@ -202,8 +202,8 @@ window#waybar.hidden { } #workspaces button.urgent { - color: @red; - border-radius: 0px; + color: @red; + border-radius: 0px; } #taskbar button.active { |
