Regenerated

This commit is contained in:
2026-04-08 20:59:48 +02:00
parent d2ccde5209
commit 3f094fc62b
3 changed files with 359 additions and 320 deletions
+317 -304
View File
File diff suppressed because it is too large Load Diff
+21 -8
View File
@@ -2913,20 +2913,33 @@ window#waybar {
color: @text; color: @text;
} }
/* Shared styles for all modules */ /* This prevents autoshrinking for drawer children too */
.modules-left > widget, .box.horizontal > widget.drawer-child {
.modules-center > widget, min-width: 80px; /* your desired pill width */
.modules-right > widget { flex-shrink: 0;
min-width: 80px; /* prevents autoshrinking */ padding: 0px 10px;
color: @text;
font-weight: bold;
border-radius: 30px; border-radius: 30px;
font-weight: bold;
background: background:
linear-gradient(@base-alpha, @base-alpha) padding-box, linear-gradient(@base-alpha, @base-alpha) padding-box,
linear-gradient(45deg, @blue, @green) border-box; linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent; border: 2px solid transparent;
padding: 0px 10px;
} }
/* Shared styles for all modules */
.modules-left > widget,
.modules-center > widget,
.modules-right > widget {
min-width: 80px;
color: @text;
font-weight: bold;
border-radius:30px;
background:
linear-gradient(@base-alpha, @base-alpha) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent;
}
.modules-left > box + box, .modules-left > box + box,
.modules-center > box + box, .modules-center > box + box,
.modules-right > box + box { .modules-right > box + box {
+21 -8
View File
@@ -53,20 +53,33 @@ window#waybar {
color: @text; color: @text;
} }
/* Shared styles for all modules */ /* This prevents autoshrinking for drawer children too */
.modules-left > widget, .box.horizontal > widget.drawer-child {
.modules-center > widget, min-width: 80px; /* your desired pill width */
.modules-right > widget { flex-shrink: 0;
min-width: 80px; /* prevents autoshrinking */ padding: 0px 10px;
color: @text;
font-weight: bold;
border-radius: 30px; border-radius: 30px;
font-weight: bold;
background: background:
linear-gradient(@base-alpha, @base-alpha) padding-box, linear-gradient(@base-alpha, @base-alpha) padding-box,
linear-gradient(45deg, @blue, @green) border-box; linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent; border: 2px solid transparent;
padding: 0px 10px;
} }
/* Shared styles for all modules */
.modules-left > widget,
.modules-center > widget,
.modules-right > widget {
min-width: 80px;
color: @text;
font-weight: bold;
border-radius:30px;
background:
linear-gradient(@base-alpha, @base-alpha) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent;
}
.modules-left > box + box, .modules-left > box + box,
.modules-center > box + box, .modules-center > box + box,
.modules-right > box + box { .modules-right > box + box {