diff options
Diffstat (limited to 'config/waybar/style/Catppuccin-Latte.css')
| -rw-r--r-- | config/waybar/style/Catppuccin-Latte.css | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/config/waybar/style/Catppuccin-Latte.css b/config/waybar/style/Catppuccin-Latte.css index d7bf65db..8f0ef624 100644 --- a/config/waybar/style/Catppuccin-Latte.css +++ b/config/waybar/style/Catppuccin-Latte.css @@ -90,10 +90,10 @@ window#waybar.hidden { #custom-weather.showyIcyDay, #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { - padding-top: 3px; - padding-bottom: 3px; - padding-left: 5px; - padding-right: 5px; + padding-top: 2px; + padding-bottom: 2px; + padding-right: 4px; + padding-left: 4px; } #idle_inhibitor { @@ -165,44 +165,44 @@ window#waybar.hidden { text-shadow: none; padding: 0px; border-radius: 9px; - padding-left: 3px; - padding-right: 3px; + padding-left: 4px; + padding-right: 4px; animation: gradient_f 20s ease-in infinite; transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682); } #workspaces button:hover { - border-radius: 8px; + border-radius: 10px; color: @overlay0; background-color: @surface0; - padding-left: 3px; - padding-right: 3px; + padding-left: 2px; + padding-right: 2px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } #workspaces button.persistent { - color: @surface1; - border-radius: 0px; + color: @surface1; + border-radius: 10px; } #workspaces button.active { color: @peach; - border-radius: 8px; - padding-left: 12px; - padding-right: 12px; + border-radius: 10px; + padding-left: 8px; + padding-right: 8px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } #workspaces button.urgent { - color: @red; - border-radius: 0px; + color: @red; + border-radius: 0px; } #taskbar button.active { - padding-left: 12px; - padding-right: 12px; + padding-left: 8px; + padding-right: 8px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } |
