Regenerated
This commit is contained in:
+299
-298
File diff suppressed because it is too large
Load Diff
+3
-2
@@ -2916,8 +2916,9 @@ window#waybar {
|
|||||||
border: 2px solid transparent;
|
border: 2px solid transparent;
|
||||||
border-radius:30px;
|
border-radius:30px;
|
||||||
background:
|
background:
|
||||||
/* linear-gradient(@base, @base) padding-box, */
|
linear-gradient(transparent, transparent) padding-box, /* inner fill */
|
||||||
linear-gradient(45deg, @blue, @green) border-box;
|
linear-gradient(45deg, @blue, @green) border-box; /* border */
|
||||||
|
border: 2px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modules-center > widget:not(#custom-spacer) label {
|
.modules-center > widget:not(#custom-spacer) label {
|
||||||
|
|||||||
@@ -60,8 +60,9 @@ window#waybar {
|
|||||||
border: 2px solid transparent;
|
border: 2px solid transparent;
|
||||||
border-radius:30px;
|
border-radius:30px;
|
||||||
background:
|
background:
|
||||||
/* linear-gradient(@base, @base) padding-box, */
|
linear-gradient(transparent, transparent) padding-box, /* inner fill */
|
||||||
linear-gradient(45deg, @blue, @green) border-box;
|
linear-gradient(45deg, @blue, @green) border-box; /* border */
|
||||||
|
border: 2px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modules-center > widget:not(#custom-spacer) label {
|
.modules-center > widget:not(#custom-spacer) label {
|
||||||
|
|||||||
Reference in New Issue
Block a user