diff options
Diffstat (limited to 'config/waybar/style/Transparent.css')
| -rw-r--r-- | config/waybar/style/Transparent.css | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/config/waybar/style/Transparent.css b/config/waybar/style/Transparent.css index 5f7f8523..f69280d2 100644 --- a/config/waybar/style/Transparent.css +++ b/config/waybar/style/Transparent.css @@ -61,8 +61,8 @@ tooltip { 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); } @@ -70,8 +70,8 @@ tooltip { #workspaces button.active { color: whitesmoke; border-radius: 15px 15px 15px 15px; - 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); } @@ -88,8 +88,8 @@ tooltip { #workspaces button:hover { color: whitesmoke; border-radius: 15px; - 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); } @@ -137,9 +137,10 @@ tooltip { #custom-weather.showyIcyDay, #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { - color:whitesmoke; - padding: 0px 10px; - + padding-top: 2px; + padding-bottom: 2px; + padding-left: 4px; + padding-right: 4px; } #temperature.critical { |
