Regenerated
This commit is contained in:
+317
-312
File diff suppressed because it is too large
Load Diff
+17
-12
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* --------------------------------------------------------- */
|
/* --------------------------------------------------------- */
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* --------------------------------------------------------- */
|
/* --------------------------------------------------------- */
|
||||||
|
|||||||
Reference in New Issue
Block a user