Regenerated
This commit is contained in:
+302
-314
File diff suppressed because it is too large
Load Diff
+6
-18
@@ -2913,22 +2913,10 @@ window#waybar {
|
||||
color: @text;
|
||||
}
|
||||
|
||||
/* This prevents autoshrinking for drawer children too */
|
||||
.box.horizontal > widget.drawer-child {
|
||||
min-width: 80px; /* your desired pill width */
|
||||
padding: 0px 10px;
|
||||
border-radius: 30px;
|
||||
font-weight: bold;
|
||||
background:
|
||||
linear-gradient(@base-alpha, @base-alpha) padding-box,
|
||||
linear-gradient(45deg, @blue, @green) border-box;
|
||||
border: 2px solid transparent;
|
||||
}
|
||||
|
||||
/* Shared styles for all modules */
|
||||
#modules-left > widget,
|
||||
#modules-center > widget,
|
||||
#modules-right > widget {
|
||||
.modules-left > widget,
|
||||
.modules-center > widget,
|
||||
.modules-right > widget {
|
||||
min-width: 80px;
|
||||
color: @text;
|
||||
font-weight: bold;
|
||||
@@ -2939,9 +2927,9 @@ window#waybar {
|
||||
border: 2px solid transparent;
|
||||
}
|
||||
|
||||
#modules-left > box + box,
|
||||
#modules-center > box + box,
|
||||
#modules-right > box + box {
|
||||
.modules-left > box + box,
|
||||
.modules-center > box + box,
|
||||
.modules-right > box + box {
|
||||
min-width: 80px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
@@ -53,22 +53,10 @@ window#waybar {
|
||||
color: @text;
|
||||
}
|
||||
|
||||
/* This prevents autoshrinking for drawer children too */
|
||||
.box.horizontal > widget.drawer-child {
|
||||
min-width: 80px; /* your desired pill width */
|
||||
padding: 0px 10px;
|
||||
border-radius: 30px;
|
||||
font-weight: bold;
|
||||
background:
|
||||
linear-gradient(@base-alpha, @base-alpha) padding-box,
|
||||
linear-gradient(45deg, @blue, @green) border-box;
|
||||
border: 2px solid transparent;
|
||||
}
|
||||
|
||||
/* Shared styles for all modules */
|
||||
#modules-left > widget,
|
||||
#modules-center > widget,
|
||||
#modules-right > widget {
|
||||
.modules-left > widget,
|
||||
.modules-center > widget,
|
||||
.modules-right > widget {
|
||||
min-width: 80px;
|
||||
color: @text;
|
||||
font-weight: bold;
|
||||
@@ -79,9 +67,9 @@ window#waybar {
|
||||
border: 2px solid transparent;
|
||||
}
|
||||
|
||||
#modules-left > box + box,
|
||||
#modules-center > box + box,
|
||||
#modules-right > box + box {
|
||||
.modules-left > box + box,
|
||||
.modules-center > box + box,
|
||||
.modules-right > box + box {
|
||||
min-width: 80px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user