Regenerated
This commit is contained in:
+323
-297
File diff suppressed because it is too large
Load Diff
+27
-1
@@ -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 */
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user