Regenerated
This commit is contained in:
+301
-340
File diff suppressed because it is too large
Load Diff
+5
-44
@@ -2913,62 +2913,23 @@ window#waybar {
|
||||
color: @text;
|
||||
}
|
||||
|
||||
.modules-left > widget {
|
||||
/* Shared styles for all modules */
|
||||
.modules-* > widget {
|
||||
min-width: 80px;
|
||||
color: @text;
|
||||
font-weight: bold;
|
||||
border-radius:30px;
|
||||
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-* > box + box {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.modules-left > 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 {
|
||||
.modules-* > label {
|
||||
padding: 0px 10px;
|
||||
transition: padding 0.2s ease;
|
||||
}
|
||||
|
||||
@@ -53,62 +53,23 @@ window#waybar {
|
||||
color: @text;
|
||||
}
|
||||
|
||||
.modules-left > widget {
|
||||
/* Shared styles for all modules */
|
||||
.modules-* > widget {
|
||||
min-width: 80px;
|
||||
color: @text;
|
||||
font-weight: bold;
|
||||
border-radius:30px;
|
||||
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-* > box + box {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.modules-left > 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 {
|
||||
.modules-* > label {
|
||||
padding: 0px 10px;
|
||||
transition: padding 0.2s ease;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user