Regenerated

This commit is contained in:
2026-04-08 21:35:51 +02:00
parent f209aab9d4
commit d98b229a08
3 changed files with 314 additions and 350 deletions
+302 -314
View File
File diff suppressed because it is too large Load Diff
+6 -18
View File
@@ -2913,22 +2913,10 @@ window#waybar {
color: @text;
}
/* This prevents autoshrinking for drawer children too */
.box.horizontal > widget.drawer-child {
min-width: 80px; /* your desired pill width */
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;
}
/* Shared styles for all modules */
#modules-left > widget,
#modules-center > widget,
#modules-right > widget {
.modules-left > widget,
.modules-center > widget,
.modules-right > widget {
min-width: 80px;
color: @text;
font-weight: bold;
@@ -2939,9 +2927,9 @@ window#waybar {
border: 2px solid transparent;
}
#modules-left > box + box,
#modules-center > box + box,
#modules-right > box + box {
.modules-left > box + box,
.modules-center > box + box,
.modules-right > box + box {
min-width: 80px;
margin-left: 10px;
}
+6 -18
View File
@@ -53,22 +53,10 @@ window#waybar {
color: @text;
}
/* This prevents autoshrinking for drawer children too */
.box.horizontal > widget.drawer-child {
min-width: 80px; /* your desired pill width */
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;
}
/* Shared styles for all modules */
#modules-left > widget,
#modules-center > widget,
#modules-right > widget {
.modules-left > widget,
.modules-center > widget,
.modules-right > widget {
min-width: 80px;
color: @text;
font-weight: bold;
@@ -79,9 +67,9 @@ window#waybar {
border: 2px solid transparent;
}
#modules-left > box + box,
#modules-center > box + box,
#modules-right > box + box {
.modules-left > box + box,
.modules-center > box + box,
.modules-right > box + box {
min-width: 80px;
margin-left: 10px;
}