Regenerated

This commit is contained in:
2026-04-09 10:58:10 +02:00
parent 8c967cf666
commit 2c6a67bb13
3 changed files with 351 additions and 336 deletions
+317 -312
View File
File diff suppressed because it is too large Load Diff
+17 -12
View File
@@ -3117,26 +3117,31 @@ window#waybar {
padding: 0 10px; padding: 0 10px;
} }
/* Hide the actual slider handle */ #pulseaudio-slider {
#pulseaudio-slider::slider { padding: 0;
min-height: 0; margin: 0;
min-width: 0; }
#pulseaudio-slider slider {
min-height: 0px;
min-width: 0px;
opacity: 0; opacity: 0;
background-image: none;
border: none;
box-shadow: none; box-shadow: none;
} }
#pulseaudio-slider trough {
/* Style the trough (background bar) */` min-height: 10px;
#pulseaudio-slider::trough {
min-width: 80px; min-width: 80px;
border-radius: 5px; border-radius: 30px;
background: black; background: black;
} }
#pulseaudio-slider highlight {
/* Style the highlight (filled portion) */
#pulseaudio-slider::highlight.top {
min-width: 10px; min-width: 10px;
border-radius: 30px; border-radius: 30px;
background: green; background:
linear-gradient(@base-alpha, @base-alpha) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent;
} }
/* --------------------------------------------------------- */ /* --------------------------------------------------------- */
+17 -12
View File
@@ -254,26 +254,31 @@ window#waybar {
padding: 0 10px; padding: 0 10px;
} }
/* Hide the actual slider handle */ #pulseaudio-slider {
#pulseaudio-slider::slider { padding: 0;
min-height: 0; margin: 0;
min-width: 0; }
#pulseaudio-slider slider {
min-height: 0px;
min-width: 0px;
opacity: 0; opacity: 0;
background-image: none;
border: none;
box-shadow: none; box-shadow: none;
} }
#pulseaudio-slider trough {
/* Style the trough (background bar) */` min-height: 10px;
#pulseaudio-slider::trough {
min-width: 80px; min-width: 80px;
border-radius: 5px; border-radius: 30px;
background: black; background: black;
} }
#pulseaudio-slider highlight {
/* Style the highlight (filled portion) */
#pulseaudio-slider::highlight.top {
min-width: 10px; min-width: 10px;
border-radius: 30px; border-radius: 30px;
background: green; background:
linear-gradient(@base-alpha, @base-alpha) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent;
} }
/* --------------------------------------------------------- */ /* --------------------------------------------------------- */