diff options
Diffstat (limited to 'config/waybar/style/Purpl.css')
| -rw-r--r-- | config/waybar/style/Purpl.css | 36 |
1 files changed, 23 insertions, 13 deletions
diff --git a/config/waybar/style/Purpl.css b/config/waybar/style/Purpl.css index 6aeb41bf..226a5407 100644 --- a/config/waybar/style/Purpl.css +++ b/config/waybar/style/Purpl.css @@ -1,6 +1,6 @@ /* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ /* .........................................*/ -/* .............Purple..................... */ +/* .............Purpl..................... */ /* ...................,.................... */ /* --- 👍 designed by https://github.com/Krautt 👍 --- */ @@ -51,12 +51,17 @@ tooltip { border: 5px solid #20052a; border-radius: 100px 0px 0px 0px; background-color: #3d174b; - padding-right: 10px; - padding-left: 10px; + padding-top: 2px; + padding-bottom: 2px; + padding-right: 4px; + padding-left: 4px; } .modules-center { - /*background-color: #1e1e2e;*/ + padding-top: 2px; + padding-bottom: 2px; + padding-right: 4px; + padding-left: 4px; } @@ -66,8 +71,10 @@ tooltip { border: 5px solid #20052a; border-radius: 0px 0px 100px 0px; background-color: #441a53; - padding-right: 10px; - padding-left: 10px; + padding-top: 2px; + padding-bottom: 2px; + padding-right: 4px; + padding-left: 4px; } #workspaces button { @@ -76,8 +83,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); } @@ -86,8 +93,8 @@ tooltip { color: #cba6f7; border-radius: 50%; background-color: black; - 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); } @@ -104,8 +111,8 @@ tooltip { #workspaces button:hover { color: #9CCFD8; 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); } @@ -157,7 +164,10 @@ tooltip { #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { color: whitesmoke; - padding: 0px 10px; + padding-top: 2px; + padding-bottom: 2px; + padding-right: 4px; + padding-left: 4px; } |
