diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-29 12:12:59 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-29 12:12:59 +0900 |
| commit | 9434d00294fac4b891acc793aeda9cfe561b96c2 (patch) | |
| tree | a5175cbda99e0bb61bace7e811aee125699c7c8a /config/waybar/style/Light.css | |
| parent | 8bd43693406af54d0828aa0ff4aca7737167939a (diff) | |
Complete workout of waybar CSS
Diffstat (limited to 'config/waybar/style/Light.css')
| -rw-r--r-- | config/waybar/style/Light.css | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/config/waybar/style/Light.css b/config/waybar/style/Light.css index 0d4a40f1..60fca0ca 100644 --- a/config/waybar/style/Light.css +++ b/config/waybar/style/Light.css @@ -78,8 +78,8 @@ tooltip label { 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); } @@ -87,8 +87,8 @@ tooltip label { #workspaces button.active { color: #000000; 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); } @@ -105,8 +105,8 @@ tooltip label { #workspaces button:hover { color: #000000; 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); } @@ -158,7 +158,10 @@ tooltip label { #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { color: #000000; - padding: 1px 5px; + padding-top: 2px; + padding-bottom: 2px; + padding-right: 4px; + padding-left: 4px; border-radius: 8px; } |
