Regenerated

This commit is contained in:
2026-04-09 15:46:05 +02:00
parent 81d48d7480
commit 080a05d0cc
4 changed files with 314 additions and 347 deletions
+310 -321
View File
File diff suppressed because it is too large Load Diff
+2 -13
View File
@@ -2952,19 +2952,8 @@ window#waybar {
/* --------------------------------------------------------- */
/* 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 {
font-size: 13px;
font-weight: bold;
color: @teal;
}
#pulseaudio-slider {
@@ -3089,7 +3078,7 @@ tooltip=$(echo "$clients" | sed 's/^/• /' | paste -sd '\n' -)
# Output JSON with dash
jq -c -n \
--arg text "-$count" \
--arg text "$count" \
--arg tooltip "$tooltip" \
--arg class "active" \
'{text:$text, tooltip:$tooltip, class:$class}'
@@ -21,7 +21,7 @@ tooltip=$(echo "$clients" | sed 's/^/• /' | paste -sd '\n' -)
# Output JSON with dash
jq -c -n \
--arg text "-$count" \
--arg text "$count" \
--arg tooltip "$tooltip" \
--arg class "active" \
'{text:$text, tooltip:$tooltip, class:$class}'
+1 -12
View File
@@ -76,19 +76,8 @@ window#waybar {
/* --------------------------------------------------------- */
/* 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 {
font-size: 13px;
font-weight: bold;
color: @teal;
}
#pulseaudio-slider {