Regenerated
This commit is contained in:
+317
-304
File diff suppressed because it is too large
Load Diff
+21
-8
@@ -2913,20 +2913,33 @@ window#waybar {
|
||||
color: @text;
|
||||
}
|
||||
|
||||
/* Shared styles for all modules */
|
||||
.modules-left > widget,
|
||||
.modules-center > widget,
|
||||
.modules-right > widget {
|
||||
min-width: 80px; /* prevents autoshrinking */
|
||||
color: @text;
|
||||
font-weight: bold;
|
||||
/* This prevents autoshrinking for drawer children too */
|
||||
.box.horizontal > widget.drawer-child {
|
||||
min-width: 80px; /* your desired pill width */
|
||||
flex-shrink: 0;
|
||||
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;
|
||||
padding: 0px 10px;
|
||||
}
|
||||
|
||||
/* Shared styles for all modules */
|
||||
.modules-left > widget,
|
||||
.modules-center > widget,
|
||||
.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-left > box + box,
|
||||
.modules-center > box + box,
|
||||
.modules-right > box + box {
|
||||
|
||||
@@ -53,20 +53,33 @@ window#waybar {
|
||||
color: @text;
|
||||
}
|
||||
|
||||
/* Shared styles for all modules */
|
||||
.modules-left > widget,
|
||||
.modules-center > widget,
|
||||
.modules-right > widget {
|
||||
min-width: 80px; /* prevents autoshrinking */
|
||||
color: @text;
|
||||
font-weight: bold;
|
||||
/* This prevents autoshrinking for drawer children too */
|
||||
.box.horizontal > widget.drawer-child {
|
||||
min-width: 80px; /* your desired pill width */
|
||||
flex-shrink: 0;
|
||||
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;
|
||||
padding: 0px 10px;
|
||||
}
|
||||
|
||||
/* Shared styles for all modules */
|
||||
.modules-left > widget,
|
||||
.modules-center > widget,
|
||||
.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-left > box + box,
|
||||
.modules-center > box + box,
|
||||
.modules-right > box + box {
|
||||
|
||||
Reference in New Issue
Block a user