Regenerated

This commit is contained in:
2026-04-07 10:01:15 +02:00
parent 641a99131f
commit b6b928344c
3 changed files with 311 additions and 296 deletions
+301 -296
View File
File diff suppressed because it is too large Load Diff
+5
View File
@@ -2922,6 +2922,11 @@ window#waybar {
linear-gradient(45deg, @blue, @green) border-box; linear-gradient(45deg, @blue, @green) border-box;
} }
.modules-center > widget:not(#custom-spacer) label {
padding: 0 30px; /* controls pill width via label padding */
transition: padding 0.2s ease;
}
.modules-center > label { .modules-center > label {
padding: 0px 30px; padding: 0px 30px;
transition: padding 0.2s ease; transition: padding 0.2s ease;
@@ -63,6 +63,11 @@ window#waybar {
linear-gradient(45deg, @blue, @green) border-box; linear-gradient(45deg, @blue, @green) border-box;
} }
.modules-center > widget:not(#custom-spacer) label {
padding: 0 30px; /* controls pill width via label padding */
transition: padding 0.2s ease;
}
.modules-center > label { .modules-center > label {
padding: 0px 30px; padding: 0px 30px;
transition: padding 0.2s ease; transition: padding 0.2s ease;