Regenerated

This commit is contained in:
2026-04-08 20:25:01 +02:00
parent 619ad63ccb
commit f23970ff97
3 changed files with 323 additions and 308 deletions
+305 -300
View File
File diff suppressed because it is too large Load Diff
+9 -4
View File
@@ -2914,7 +2914,9 @@ window#waybar {
}
/* Shared styles for all modules */
.modules-* > widget {
.modules-left > widget,
.modules-center > widget,
.modules-right > widget {
min-width: 80px;
color: @text;
font-weight: bold;
@@ -2923,14 +2925,17 @@ window#waybar {
linear-gradient(@base-alpha, @base-alpha) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent;
border-image: linear-gradient(45deg, @blue, @green) 1;
}
.modules-* > box + box {
.modules-left > box + box,
.modules-center > box + box,
.modules-right > box + box {
margin-left: 10px;
}
.modules-* > label {
.modules-left > label,
.modules-center > label,
.modules-right > label {
padding: 0px 10px;
transition: padding 0.2s ease;
}
+9 -4
View File
@@ -54,7 +54,9 @@ window#waybar {
}
/* Shared styles for all modules */
.modules-* > widget {
.modules-left > widget,
.modules-center > widget,
.modules-right > widget {
min-width: 80px;
color: @text;
font-weight: bold;
@@ -63,14 +65,17 @@ window#waybar {
linear-gradient(@base-alpha, @base-alpha) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent;
border-image: linear-gradient(45deg, @blue, @green) 1;
}
.modules-* > box + box {
.modules-left > box + box,
.modules-center > box + box,
.modules-right > box + box {
margin-left: 10px;
}
.modules-* > label {
.modules-left > label,
.modules-center > label,
.modules-right > label {
padding: 0px 10px;
transition: padding 0.2s ease;
}