Regenerated
This commit is contained in:
+304
-297
File diff suppressed because it is too large
Load Diff
+8
-1
@@ -2912,7 +2912,14 @@ window#waybar {
|
||||
}
|
||||
|
||||
.modules-center > widget {
|
||||
/* this makes ALL center modules share space */
|
||||
min-width: 80px;
|
||||
color: @text;
|
||||
font-weight: bold;
|
||||
border: 2px solid transparent;
|
||||
border-radius:30px;
|
||||
background:
|
||||
linear-gradient(@base, @base) padding-box,
|
||||
linear-gradient(45deg, @blue, @green) border-box;
|
||||
}
|
||||
|
||||
#custom-spacer {
|
||||
|
||||
@@ -53,7 +53,14 @@ window#waybar {
|
||||
}
|
||||
|
||||
.modules-center > widget {
|
||||
/* this makes ALL center modules share space */
|
||||
min-width: 80px;
|
||||
color: @text;
|
||||
font-weight: bold;
|
||||
border: 2px solid transparent;
|
||||
border-radius:30px;
|
||||
background:
|
||||
linear-gradient(@base, @base) padding-box,
|
||||
linear-gradient(45deg, @blue, @green) border-box;
|
||||
}
|
||||
|
||||
#custom-spacer {
|
||||
|
||||
Reference in New Issue
Block a user