Regenerated
This commit is contained in:
+305
-300
File diff suppressed because it is too large
Load Diff
+9
-4
@@ -2914,7 +2914,9 @@ window#waybar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Shared styles for all modules */
|
/* Shared styles for all modules */
|
||||||
.modules-* > widget {
|
.modules-left > widget,
|
||||||
|
.modules-center > widget,
|
||||||
|
.modules-right > widget {
|
||||||
min-width: 80px;
|
min-width: 80px;
|
||||||
color: @text;
|
color: @text;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@@ -2923,14 +2925,17 @@ window#waybar {
|
|||||||
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;
|
||||||
border-image: linear-gradient(45deg, @blue, @green) 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.modules-* > box + box {
|
.modules-left > box + box,
|
||||||
|
.modules-center > box + box,
|
||||||
|
.modules-right > box + box {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modules-* > label {
|
.modules-left > label,
|
||||||
|
.modules-center > label,
|
||||||
|
.modules-right > label {
|
||||||
padding: 0px 10px;
|
padding: 0px 10px;
|
||||||
transition: padding 0.2s ease;
|
transition: padding 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -54,7 +54,9 @@ window#waybar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Shared styles for all modules */
|
/* Shared styles for all modules */
|
||||||
.modules-* > widget {
|
.modules-left > widget,
|
||||||
|
.modules-center > widget,
|
||||||
|
.modules-right > widget {
|
||||||
min-width: 80px;
|
min-width: 80px;
|
||||||
color: @text;
|
color: @text;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@@ -63,14 +65,17 @@ window#waybar {
|
|||||||
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;
|
||||||
border-image: linear-gradient(45deg, @blue, @green) 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.modules-* > box + box {
|
.modules-left > box + box,
|
||||||
|
.modules-center > box + box,
|
||||||
|
.modules-right > box + box {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modules-* > label {
|
.modules-left > label,
|
||||||
|
.modules-center > label,
|
||||||
|
.modules-right > label {
|
||||||
padding: 0px 10px;
|
padding: 0px 10px;
|
||||||
transition: padding 0.2s ease;
|
transition: padding 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user