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;
}
/* Shared styles for all modules */
.modules-left > widget,
.modules-center > widget,
.modules-right > widget {
min-width: 80px; /* prevents autoshrinking */
color: @text;
font-weight: bold;
/* This prevents autoshrinking for drawer children too */
.box.horizontal > widget.drawer-child {
min-width: 80px; /* your desired pill width */
flex-shrink: 0;
padding: 0px 10px;
border-radius: 30px;
font-weight: bold;
background:
linear-gradient(@base-alpha, @base-alpha) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
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-center > box + box,
.modules-right > box + box {
+21 -8
View File
@@ -53,20 +53,33 @@ window#waybar {
color: @text;
}
/* Shared styles for all modules */
.modules-left > widget,
.modules-center > widget,
.modules-right > widget {
min-width: 80px; /* prevents autoshrinking */
color: @text;
font-weight: bold;
/* This prevents autoshrinking for drawer children too */
.box.horizontal > widget.drawer-child {
min-width: 80px; /* your desired pill width */
flex-shrink: 0;
padding: 0px 10px;
border-radius: 30px;
font-weight: bold;
background:
linear-gradient(@base-alpha, @base-alpha) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
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-center > box + box,
.modules-right > box + box {