diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-21 09:35:18 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-21 09:35:18 +0900 |
| commit | 0d3597ff12dab04250bc8443ef9ae5b515ee5b17 (patch) | |
| tree | 9cf4b5bdd595ac4bc0eb9088dfc7c5bd0531f935 /config/waybar/style/Catppuccin-Mocha.css | |
| parent | 9c3c8eb04dcf846a54bc451424dfc8800f918f1d (diff) | |
hotfix for waybar styles not showing audio slider
Diffstat (limited to 'config/waybar/style/Catppuccin-Mocha.css')
| -rw-r--r-- | config/waybar/style/Catppuccin-Mocha.css | 46 |
1 files changed, 44 insertions, 2 deletions
diff --git a/config/waybar/style/Catppuccin-Mocha.css b/config/waybar/style/Catppuccin-Mocha.css index 3b21951e..c8eb947b 100644 --- a/config/waybar/style/Catppuccin-Mocha.css +++ b/config/waybar/style/Catppuccin-Mocha.css @@ -46,6 +46,7 @@ window#waybar.hidden { } #backlight, +#backlight-slider, #battery, #bluetooth, #cava, @@ -61,6 +62,7 @@ window#waybar.hidden { #mpd, #network, #pulseaudio, +#pulseaudio-slider, #taskbar button, #taskbar, #temperature, @@ -68,6 +70,7 @@ window#waybar.hidden { #window, #wireplumber, #workspaces, +#custom-backlight, #custom-cycle_wall, #custom-keybinds, #custom-light_dark, @@ -75,13 +78,13 @@ window#waybar.hidden { #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, @@ -267,3 +270,42 @@ window#waybar.hidden { background-color: @surface0; color: @text; } +#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; +}
\ No newline at end of file |
