diff options
Diffstat (limited to 'config/waybar/style/Colorful.css')
| -rw-r--r-- | config/waybar/style/Colorful.css | 46 |
1 files changed, 44 insertions, 2 deletions
diff --git a/config/waybar/style/Colorful.css b/config/waybar/style/Colorful.css index c0ad5aba..c2b0a019 100644 --- a/config/waybar/style/Colorful.css +++ b/config/waybar/style/Colorful.css @@ -52,6 +52,7 @@ tooltip label{ } #backlight, +#backlight-slider, #battery, #bluetooth, #cava, @@ -67,6 +68,7 @@ tooltip label{ #mpd, #network, #pulseaudio, +#pulseaudio-slider, #taskbar button, #taskbar, #temperature, @@ -74,6 +76,7 @@ tooltip label{ #window, #wireplumber, #workspaces, +#custom-backlight, #custom-cycle_wall, #custom-keybinds, #custom-light_dark, @@ -81,13 +84,13 @@ tooltip label{ #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.default, #custom-weather.rainyDay, #custom-weather.rainyNight, #custom-weather.severe, @@ -298,3 +301,42 @@ tooltip label{ background-color: #313244; color: #cdd6f4; } +#pulseaudio-slider slider { + 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; +} + +#pulseaudio-slider highlight { + 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; +} + +#backlight-slider trough { + min-width: 80px; + min-height: 10px; + border-radius: 5px; +} + +#backlight-slider highlight { + min-width: 10px; + border-radius: 5px; +} |
