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/Obsidian Glow.css | |
| parent | 5e207e4375dd7d2c94f3588595b2a5a8808c33ea (diff) | |
| parent | 444d08e4f815ac83483565cbb0b6f2ee8bdef00e (diff) | |
Merge pull request #73 from JaKooLit/Development
preliminary for v2.2
Diffstat (limited to 'config/waybar/style/Obsidian Glow.css')
| -rw-r--r-- | config/waybar/style/Obsidian Glow.css | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/config/waybar/style/Obsidian Glow.css b/config/waybar/style/Obsidian Glow.css index fe797836..2ffc148c 100644 --- a/config/waybar/style/Obsidian Glow.css +++ b/config/waybar/style/Obsidian Glow.css @@ -97,7 +97,6 @@ tooltip label { #network, #pulseaudio, #pulseaudio-slider, -#taskbar button, #taskbar, #temperature, #tray, @@ -127,11 +126,11 @@ tooltip label { #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { color: #000000; - padding-top: 2px; - padding-bottom: 2px; - padding-right: 4px; - padding-left: 4px; border-radius: 8px; + padding-top: 3px; + padding-bottom: 3px; + padding-right: 6px; + padding-left: 6px; } #temperature.critical { @@ -182,7 +181,7 @@ tooltip label { min-width: 80px; min-height: 5px; border-radius: 5px; - background-color: #22252a; + background-color: grey; } #pulseaudio-slider highlight { @@ -204,7 +203,7 @@ tooltip label { min-width: 80px; min-height: 10px; border-radius: 5px; - background-color: #22252a; + background-color: grey; } #backlight-slider highlight { |
