Regenerated
This commit is contained in:
+397
-388
File diff suppressed because it is too large
Load Diff
+17
-8
@@ -5017,14 +5017,23 @@ window#waybar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* MODULES */
|
/* MODULES */
|
||||||
.module {
|
.modules-left > widget,
|
||||||
color: @text;
|
.modules-center > widget,
|
||||||
font-weight: bold;
|
.modules-right > widget {
|
||||||
border-radius: 30px;
|
min-width: 80px;
|
||||||
background:
|
color: @text;
|
||||||
linear-gradient(@base-alpha, @base-alpha) padding-box,
|
font-weight: bold;
|
||||||
linear-gradient(45deg, @blue, @green) border-box;
|
border-radius: 30px;
|
||||||
border: 2px solid transparent;
|
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-center > box + box,
|
||||||
|
.modules-right > box + box {
|
||||||
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modules-left > widget label,
|
.modules-left > widget label,
|
||||||
|
|||||||
@@ -51,14 +51,23 @@ window#waybar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* MODULES */
|
/* MODULES */
|
||||||
.module {
|
.modules-left > widget,
|
||||||
color: @text;
|
.modules-center > widget,
|
||||||
font-weight: bold;
|
.modules-right > widget {
|
||||||
border-radius: 30px;
|
min-width: 80px;
|
||||||
background:
|
color: @text;
|
||||||
linear-gradient(@base-alpha, @base-alpha) padding-box,
|
font-weight: bold;
|
||||||
linear-gradient(45deg, @blue, @green) border-box;
|
border-radius: 30px;
|
||||||
border: 2px solid transparent;
|
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-center > box + box,
|
||||||
|
.modules-right > box + box {
|
||||||
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modules-left > widget label,
|
.modules-left > widget label,
|
||||||
|
|||||||
Reference in New Issue
Block a user