Regenerated

This commit is contained in:
2026-04-04 11:14:40 +02:00
parent 60dd7381af
commit 1db0639c03
2 changed files with 397 additions and 347 deletions
+352 -323
View File
File diff suppressed because it is too large Load Diff
+45 -24
View File
@@ -2913,40 +2913,61 @@ window#waybar {
* 🔥 GROUPS AS PILLS (THIS IS WHAT YOU WANT) * 🔥 GROUPS AS PILLS (THIS IS WHAT YOU WANT)
* ========================================================= */ * ========================================================= */
/* Apply to ALL groups */ /* =========================================================
#group-myworkspaces, * GROUP PILLS (correct selectors)
#group-hardware, * ========================================================= */
#group-connections {
padding: 0px 6px; /* space inside pill */
margin: 0 4px; /* spacing between groups */
border-radius: 10px; #connections,
border: 1px solid transparent; #hardware,
#myworkspaces {
padding: 0px 6px;
margin: 0 4px;
background: border-radius: 10px;
linear-gradient(rgba(255, 255, 255, 0.15), border: 1px solid transparent;
rgba(255, 255, 255, 0.15)) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
}
/* Ensure children don't break the pill */ background:
#group-myworkspaces > *, linear-gradient(rgba(255, 255, 255, 0.15),
#group-hardware > *, rgba(255, 255, 255, 0.15)) padding-box,
#group-connections > * { linear-gradient(45deg, @blue, @green) border-box;
padding: 0 4px; }
/* children spacing inside pill */
#connections > *,
#hardware > *,
#myworkspaces > * {
padding: 0 4px;
}
/* bold labels like you want */
#connections label,
#hardware label,
#myworkspaces label {
font-weight: bold;
}
/* hover effect */
#connections:hover,
#hardware:hover,
#myworkspaces:hover {
background:
linear-gradient(rgba(255, 255, 255, 0.25),
rgba(255, 255, 255, 0.25)) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
}
} }
/* Optional: make labels inside bold like you wanted */ /* Optional: make labels inside bold like you wanted */
#group-myworkspaces label, #myworkspaces label,
#group-hardware label, #hardware label,
#group-connections label { #connections label {
font-weight: bold; font-weight: bold;
} }
/* Hover effect for whole pill */ /* Hover effect for whole pill */
#group-myworkspaces:hover, #myworkspaces:hover,
#group-hardware:hover, #hardware:hover,
#group-connections:hover { #connections:hover {
background: background:
linear-gradient(rgba(255, 255, 255, 0.25), linear-gradient(rgba(255, 255, 255, 0.25),
rgba(255, 255, 255, 0.25)) padding-box, rgba(255, 255, 255, 0.25)) padding-box,