diff options
Diffstat (limited to 'config/waybar/style/Pywallete.css')
| -rw-r--r-- | config/waybar/style/Pywallete.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/config/waybar/style/Pywallete.css b/config/waybar/style/Pywallete.css index bf529e29..fe08c193 100644 --- a/config/waybar/style/Pywallete.css +++ b/config/waybar/style/Pywallete.css @@ -1,3 +1,6 @@ +/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ +/* pywallete */ + *{ font-family: "JetBrainsMono Nerd Font"; font-weight: bold; @@ -143,8 +146,8 @@ tooltip { #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { color: @color2; - padding-top: 2px; - padding-bottom: 2px; + padding-top: 3px; + padding-bottom: 3px; padding-right: 6px; padding-left: 6px; } @@ -179,6 +182,7 @@ tooltip { } #taskbar button.active { + color: @foreground; background-color: @color2; border-radius: 30px; animation: gradient_f 20s ease-in infinite; |
