diff options
Diffstat (limited to 'config/waybar/style/Pywal.css')
| -rw-r--r-- | config/waybar/style/Pywal.css | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/config/waybar/style/Pywal.css b/config/waybar/style/Pywal.css index c5ef3477..fe18cbee 100644 --- a/config/waybar/style/Pywal.css +++ b/config/waybar/style/Pywal.css @@ -117,6 +117,7 @@ tooltip { } #backlight, +#backlight-slider, #battery, #bluetooth, #cava, @@ -132,6 +133,7 @@ tooltip { #mpd, #network, #pulseaudio, +#pulseaudio-slider, #taskbar button, #taskbar, #temperature, @@ -139,6 +141,7 @@ tooltip { #window, #wireplumber, #workspaces, +#custom-backlight, #custom-cycle_wall, #custom-keybinds, #custom-light_dark, @@ -146,13 +149,14 @@ tooltip { #custom-menu, #custom-power_vertical, #custom-power, -#custom-spotify, +#custom-speaker, #custom-updater, #custom-weather, #custom-weather.clearNight, #custom-weather.cloudyFoggyDay, #custom-weather.cloudyFoggyNight, -#custom-weather.default #custom-weather.rainyDay, +#custom-weather.default, +#custom-weather.rainyDay, #custom-weather.rainyNight, #custom-weather.severe, #custom-weather.showyIcyDay, @@ -200,45 +204,41 @@ tooltip { } #pulseaudio-slider slider { - min-width: 0px; - min-height: 0px; - opacity: 0; - background-image: none; - border: none; - box-shadow: none; + min-width: 0px; + min-height: 0px; + opacity: 0; + background-image: none; + border: none; + box-shadow: none; } #pulseaudio-slider trough { - min-width: 80px; - min-height: 5px; - border-radius: 5px; - background-color: #22252a; + min-width: 80px; + min-height: 5px; + border-radius: 5px; } #pulseaudio-slider highlight { - min-height: 10px; - border-radius: 5px; - background-color: #ba5663; + min-height: 10px; + border-radius: 5px; } #backlight-slider slider { - min-width: 0px; - min-height: 0px; - opacity: 0; - background-image: none; - border: none; - box-shadow: none; + min-width: 0px; + min-height: 0px; + opacity: 0; + background-image: none; + border: none; + box-shadow: none; } #backlight-slider trough { - min-width: 80px; - min-height: 10px; - border-radius: 5px; - background-color: #22252a; + min-width: 80px; + min-height: 10px; + border-radius: 5px; } #backlight-slider highlight { - min-width: 10px; - border-radius: 5px; - background-color: #ba5663; + min-width: 10px; + border-radius: 5px; }
\ No newline at end of file |
