Regenerated
This commit is contained in:
+310
-321
File diff suppressed because it is too large
Load Diff
+2
-13
@@ -2952,19 +2952,8 @@ window#waybar {
|
|||||||
/* --------------------------------------------------------- */
|
/* --------------------------------------------------------- */
|
||||||
/* SLIDERS / SPECIAL MODULES */
|
/* SLIDERS / SPECIAL MODULES */
|
||||||
|
|
||||||
#workspace, #workspace:hover {
|
|
||||||
padding: 0 6px;
|
|
||||||
margin: 0;
|
|
||||||
border-radius: 30px;
|
|
||||||
background:
|
|
||||||
linear-gradient(@base-alpha, @base-alpha) padding-box,
|
|
||||||
linear-gradient(45deg, @blue, @green) border-box;
|
|
||||||
border: 2px solid transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-windows label {
|
#custom-windows label {
|
||||||
font-size: 13px;
|
color: @teal;
|
||||||
font-weight: bold;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#pulseaudio-slider {
|
#pulseaudio-slider {
|
||||||
@@ -3089,7 +3078,7 @@ tooltip=$(echo "$clients" | sed 's/^/• /' | paste -sd '\n' -)
|
|||||||
|
|
||||||
# Output JSON with dash
|
# Output JSON with dash
|
||||||
jq -c -n \
|
jq -c -n \
|
||||||
--arg text "-$count" \
|
--arg text "$count" \
|
||||||
--arg tooltip "$tooltip" \
|
--arg tooltip "$tooltip" \
|
||||||
--arg class "active" \
|
--arg class "active" \
|
||||||
'{text:$text, tooltip:$tooltip, class:$class}'
|
'{text:$text, tooltip:$tooltip, class:$class}'
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ tooltip=$(echo "$clients" | sed 's/^/• /' | paste -sd '\n' -)
|
|||||||
|
|
||||||
# Output JSON with dash
|
# Output JSON with dash
|
||||||
jq -c -n \
|
jq -c -n \
|
||||||
--arg text "-$count" \
|
--arg text "$count" \
|
||||||
--arg tooltip "$tooltip" \
|
--arg tooltip "$tooltip" \
|
||||||
--arg class "active" \
|
--arg class "active" \
|
||||||
'{text:$text, tooltip:$tooltip, class:$class}'
|
'{text:$text, tooltip:$tooltip, class:$class}'
|
||||||
|
|||||||
@@ -76,19 +76,8 @@ window#waybar {
|
|||||||
/* --------------------------------------------------------- */
|
/* --------------------------------------------------------- */
|
||||||
/* SLIDERS / SPECIAL MODULES */
|
/* SLIDERS / SPECIAL MODULES */
|
||||||
|
|
||||||
#workspace, #workspace:hover {
|
|
||||||
padding: 0 6px;
|
|
||||||
margin: 0;
|
|
||||||
border-radius: 30px;
|
|
||||||
background:
|
|
||||||
linear-gradient(@base-alpha, @base-alpha) padding-box,
|
|
||||||
linear-gradient(45deg, @blue, @green) border-box;
|
|
||||||
border: 2px solid transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-windows label {
|
#custom-windows label {
|
||||||
font-size: 13px;
|
color: @teal;
|
||||||
font-weight: bold;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#pulseaudio-slider {
|
#pulseaudio-slider {
|
||||||
|
|||||||
Reference in New Issue
Block a user