Regenerated

This commit is contained in:
2026-04-09 10:43:36 +02:00
parent 139dc836fc
commit 1e0f64f033
6 changed files with 474 additions and 331 deletions
+10 -6
View File
@@ -252,19 +252,23 @@ window#waybar {
padding: 0 10px;
}
#pulseaudio-slider slider {
min-height: 0px;
min-width: 0px;
/* Hide the actual slider handle */
#pulseaudio-slider::slider {
min-height: 0;
min-width: 0;
opacity: 0;
box-shadow: none;
}
#pulseaudio-slider trough {
/*min-height: 80px; */
/* Style the trough (background bar) */
#pulseaudio-slider::trough {
min-width: 80px;
border-radius: 5px;
background: black;
}
#pulseaudio-slider highlight {
/* Style the highlight (filled portion) */
#pulseaudio-slider::highlight.top {
min-width: 10px;
border-radius: 30px;
background: green;