Regenerated
This commit is contained in:
+300
-339
File diff suppressed because it is too large
Load Diff
+4
-43
@@ -2913,7 +2913,8 @@ window#waybar {
|
|||||||
color: @text;
|
color: @text;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modules-left > widget {
|
/* Shared styles for all modules */
|
||||||
|
.modules-* > widget {
|
||||||
min-width: 80px;
|
min-width: 80px;
|
||||||
color: @text;
|
color: @text;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@@ -2924,51 +2925,11 @@ window#waybar {
|
|||||||
border: 2px solid transparent;
|
border: 2px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modules-left > box + box {
|
.modules-* > box + box {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modules-left > label {
|
.modules-* > label {
|
||||||
padding: 0px 10px;
|
|
||||||
transition: padding 0.2s ease;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modules-center > 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-center > box + box {
|
|
||||||
margin-left: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modules-center > label {
|
|
||||||
padding: 0px 10px;
|
|
||||||
transition: padding 0.2s ease;
|
|
||||||
}
|
|
||||||
|
|
||||||
.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-right > box + box {
|
|
||||||
margin-left: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modules-right > label {
|
|
||||||
padding: 0px 10px;
|
padding: 0px 10px;
|
||||||
transition: padding 0.2s ease;
|
transition: padding 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -53,7 +53,8 @@ window#waybar {
|
|||||||
color: @text;
|
color: @text;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modules-left > widget {
|
/* Shared styles for all modules */
|
||||||
|
.modules-* > widget {
|
||||||
min-width: 80px;
|
min-width: 80px;
|
||||||
color: @text;
|
color: @text;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@@ -64,51 +65,11 @@ window#waybar {
|
|||||||
border: 2px solid transparent;
|
border: 2px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modules-left > box + box {
|
.modules-* > box + box {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modules-left > label {
|
.modules-* > label {
|
||||||
padding: 0px 10px;
|
|
||||||
transition: padding 0.2s ease;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modules-center > 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-center > box + box {
|
|
||||||
margin-left: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modules-center > label {
|
|
||||||
padding: 0px 10px;
|
|
||||||
transition: padding 0.2s ease;
|
|
||||||
}
|
|
||||||
|
|
||||||
.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-right > box + box {
|
|
||||||
margin-left: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.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