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;
|
color: @text;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Shared styles for all modules */
|
/* This prevents autoshrinking for drawer children too */
|
||||||
.modules-left > widget,
|
.box.horizontal > widget.drawer-child {
|
||||||
.modules-center > widget,
|
min-width: 80px; /* your desired pill width */
|
||||||
.modules-right > widget {
|
flex-shrink: 0;
|
||||||
min-width: 80px; /* prevents autoshrinking */
|
padding: 0px 10px;
|
||||||
color: @text;
|
|
||||||
font-weight: bold;
|
|
||||||
border-radius: 30px;
|
border-radius: 30px;
|
||||||
|
font-weight: bold;
|
||||||
background:
|
background:
|
||||||
linear-gradient(@base-alpha, @base-alpha) padding-box,
|
linear-gradient(@base-alpha, @base-alpha) padding-box,
|
||||||
linear-gradient(45deg, @blue, @green) border-box;
|
linear-gradient(45deg, @blue, @green) border-box;
|
||||||
border: 2px solid transparent;
|
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-left > box + box,
|
||||||
.modules-center > box + box,
|
.modules-center > box + box,
|
||||||
.modules-right > box + box {
|
.modules-right > box + box {
|
||||||
|
|||||||
@@ -53,20 +53,33 @@ window#waybar {
|
|||||||
color: @text;
|
color: @text;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Shared styles for all modules */
|
/* This prevents autoshrinking for drawer children too */
|
||||||
.modules-left > widget,
|
.box.horizontal > widget.drawer-child {
|
||||||
.modules-center > widget,
|
min-width: 80px; /* your desired pill width */
|
||||||
.modules-right > widget {
|
flex-shrink: 0;
|
||||||
min-width: 80px; /* prevents autoshrinking */
|
padding: 0px 10px;
|
||||||
color: @text;
|
|
||||||
font-weight: bold;
|
|
||||||
border-radius: 30px;
|
border-radius: 30px;
|
||||||
|
font-weight: bold;
|
||||||
background:
|
background:
|
||||||
linear-gradient(@base-alpha, @base-alpha) padding-box,
|
linear-gradient(@base-alpha, @base-alpha) padding-box,
|
||||||
linear-gradient(45deg, @blue, @green) border-box;
|
linear-gradient(45deg, @blue, @green) border-box;
|
||||||
border: 2px solid transparent;
|
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-left > box + box,
|
||||||
.modules-center > box + box,
|
.modules-center > box + box,
|
||||||
.modules-right > box + box {
|
.modules-right > box + box {
|
||||||
|
|||||||
Reference in New Issue
Block a user