Regenerated

This commit is contained in:
2026-04-08 22:19:26 +02:00
parent 7e1d8b5d70
commit 48e0762973
3 changed files with 377 additions and 299 deletions
+323 -297
View File
File diff suppressed because it is too large Load Diff
+27 -1
View File
@@ -2928,7 +2928,7 @@ window#waybar {
margin-left: 10px;
}
.modules-center > widget:not(#custom-spacer) label {
.modules-center > widget label {
padding: 0 10px;
transition: padding 0.2s ease;
}
@@ -2938,6 +2938,32 @@ window#waybar {
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 > widget label {
padding: 0 10px;
transition: padding 0.2s ease;
}
.modules-right > label {
padding: 0px 10px;
transition: padding 0.2s ease;
}
/* --- hiding window counter --- */
/* Hide the module by default */
+27 -1
View File
@@ -68,7 +68,7 @@ window#waybar {
margin-left: 10px;
}
.modules-center > widget:not(#custom-spacer) label {
.modules-center > widget label {
padding: 0 10px;
transition: padding 0.2s ease;
}
@@ -78,6 +78,32 @@ window#waybar {
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 > widget label {
padding: 0 10px;
transition: padding 0.2s ease;
}
.modules-right > label {
padding: 0px 10px;
transition: padding 0.2s ease;
}
/* --- hiding window counter --- */
/* Hide the module by default */