Regenerated
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
/* --------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user