Regenerated

This commit is contained in:
2026-04-08 20:18:29 +02:00
parent 22f4d4605d
commit dad83a3761
3 changed files with 311 additions and 428 deletions
+301 -340
View File
File diff suppressed because it is too large Load Diff
+5 -44
View File
@@ -2913,62 +2913,23 @@ window#waybar {
color: @text;
}
.modules-left > widget {
/* Shared styles for all modules */
.modules-* > widget {
min-width: 80px;
color: @text;
font-weight: bold;
border-radius:30px;
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-* > box + box {
margin-left: 10px;
}
.modules-left > label {
padding: 0px 10px;
transition: padding 0.2s ease;
}
.modules-center > 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-center > box + box {
margin-left: 10px;
}
.modules-center > label {
padding: 0px 10px;
transition: padding 0.2s ease;
}
.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-right > box + box {
margin-left: 10px;
}
.modules-right > label {
.modules-* > label {
padding: 0px 10px;
transition: padding 0.2s ease;
}
+5 -44
View File
@@ -53,62 +53,23 @@ window#waybar {
color: @text;
}
.modules-left > widget {
/* Shared styles for all modules */
.modules-* > widget {
min-width: 80px;
color: @text;
font-weight: bold;
border-radius:30px;
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-* > box + box {
margin-left: 10px;
}
.modules-left > label {
padding: 0px 10px;
transition: padding 0.2s ease;
}
.modules-center > 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-center > box + box {
margin-left: 10px;
}
.modules-center > label {
padding: 0px 10px;
transition: padding 0.2s ease;
}
.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-right > box + box {
margin-left: 10px;
}
.modules-right > label {
.modules-* > label {
padding: 0px 10px;
transition: padding 0.2s ease;
}