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
+17 -12
View File
@@ -254,26 +254,31 @@ window#waybar {
padding: 0 10px;
}
/* Hide the actual slider handle */
#pulseaudio-slider::slider {
min-height: 0;
min-width: 0;
#pulseaudio-slider {
padding: 0;
margin: 0;
}
#pulseaudio-slider slider {
min-height: 0px;
min-width: 0px;
opacity: 0;
background-image: none;
border: none;
box-shadow: none;
}
/* Style the trough (background bar) */`
#pulseaudio-slider::trough {
#pulseaudio-slider trough {
min-height: 10px;
min-width: 80px;
border-radius: 5px;
border-radius: 30px;
background: black;
}
/* Style the highlight (filled portion) */
#pulseaudio-slider::highlight.top {
#pulseaudio-slider highlight {
min-width: 10px;
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;
}
/* --------------------------------------------------------- */