diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2023-12-15 19:34:53 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-15 19:34:53 +0900 |
| commit | 88348f4a9f634c4a9ac4226124f202f3c6a404f8 (patch) | |
| tree | 4e311b90533907db2504452a4918b059b482498e /config/waybar/style/Purpl.css | |
| parent | 5e207e4375dd7d2c94f3588595b2a5a8808c33ea (diff) | |
| parent | 444d08e4f815ac83483565cbb0b6f2ee8bdef00e (diff) | |
Merge pull request #73 from JaKooLit/Development
preliminary for v2.2
Diffstat (limited to 'config/waybar/style/Purpl.css')
| -rw-r--r-- | config/waybar/style/Purpl.css | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/config/waybar/style/Purpl.css b/config/waybar/style/Purpl.css index 067de9b1..e3a35731 100644 --- a/config/waybar/style/Purpl.css +++ b/config/waybar/style/Purpl.css @@ -7,7 +7,7 @@ * { font-family: "JetBrains Mono Nerd Font"; font-weight: bold; - min-height: 0; + min-height: 0; /* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ font-size: 97%; font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; @@ -132,7 +132,6 @@ tooltip { #network, #pulseaudio, #pulseaudio-slider, -#taskbar button, #taskbar, #temperature, #tray, @@ -162,10 +161,10 @@ tooltip { #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { color: whitesmoke; - padding-top: 2px; - padding-bottom: 2px; - padding-right: 4px; - padding-left: 4px; + padding-top: 1px; + padding-bottom: 1px; + padding-right: 6px; + padding-left: 6px; } @@ -216,7 +215,7 @@ tooltip { min-width: 80px; min-height: 5px; border-radius: 5px; - background-color: #22252a; + background-color: #6E6A86; } #pulseaudio-slider highlight { @@ -238,7 +237,7 @@ tooltip { min-width: 80px; min-height: 10px; border-radius: 5px; - background-color: #22252a; + background-color: #6E6A86; } #backlight-slider highlight { |
