diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-12-07 12:27:49 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-12-07 12:27:49 +0900 |
| commit | 86204c8dc9f561d8e8025ac0d4161b68cf93c7db (patch) | |
| tree | cd9fbd14ccf57fa67203f1e1f0626ed0fd72ca1b /config/waybar/style/Catppuccin-Mocha.css | |
| parent | 86733c1873f9a6e227a2ae7a85c3371fc0b0625f (diff) | |
updated some waybar styles
Diffstat (limited to 'config/waybar/style/Catppuccin-Mocha.css')
| -rw-r--r-- | config/waybar/style/Catppuccin-Mocha.css | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/config/waybar/style/Catppuccin-Mocha.css b/config/waybar/style/Catppuccin-Mocha.css index 1d49b33f..93f5fda3 100644 --- a/config/waybar/style/Catppuccin-Mocha.css +++ b/config/waybar/style/Catppuccin-Mocha.css @@ -138,6 +138,7 @@ window#waybar.hidden { color: @green; } +#custom-keyboard, #memory { color: @sky; } @@ -177,7 +178,7 @@ window#waybar.hidden { } #workspaces button:hover { - border-radius: 8px; + border-radius: 10px; color: @overlay0; background-color: @surface0; padding-left: 2px; @@ -187,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; @@ -201,8 +202,8 @@ window#waybar.hidden { } #workspaces button.urgent { - color: @red; - border-radius: 0px; + color: @red; + border-radius: 0px; } #taskbar button.active { |
