Regenerated

This commit is contained in:
2026-04-23 23:39:01 +02:00
parent 259bd54914
commit cdb73706a7
3 changed files with 431 additions and 404 deletions
+397 -388
View File
File diff suppressed because it is too large Load Diff
+17 -8
View File
@@ -5017,14 +5017,23 @@ window#waybar {
} }
/* MODULES */ /* MODULES */
.module { .modules-left > widget,
color: @text; .modules-center > widget,
font-weight: bold; .modules-right > widget {
border-radius: 30px; min-width: 80px;
background: color: @text;
linear-gradient(@base-alpha, @base-alpha) padding-box, font-weight: bold;
linear-gradient(45deg, @blue, @green) border-box; border-radius: 30px;
border: 2px solid transparent; 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 {
margin-left: 5px;
} }
.modules-left > widget label, .modules-left > widget label,
@@ -51,14 +51,23 @@ window#waybar {
} }
/* MODULES */ /* MODULES */
.module { .modules-left > widget,
color: @text; .modules-center > widget,
font-weight: bold; .modules-right > widget {
border-radius: 30px; min-width: 80px;
background: color: @text;
linear-gradient(@base-alpha, @base-alpha) padding-box, font-weight: bold;
linear-gradient(45deg, @blue, @green) border-box; border-radius: 30px;
border: 2px solid transparent; 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 {
margin-left: 5px;
} }
.modules-left > widget label, .modules-left > widget label,