Regenerated
This commit is contained in:
+390
-381
File diff suppressed because it is too large
Load Diff
+10
-1
@@ -5017,7 +5017,10 @@ window#waybar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* MODULES */
|
/* MODULES */
|
||||||
.module {
|
.modules-left > widget,
|
||||||
|
.modules-center > widget,
|
||||||
|
.modules-right > widget {
|
||||||
|
min-width: 80px;
|
||||||
color: @text;
|
color: @text;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border-radius: 30px;
|
border-radius: 30px;
|
||||||
@@ -5027,6 +5030,12 @@ window#waybar {
|
|||||||
border: 2px solid transparent;
|
border: 2px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.modules-left > box + box,
|
||||||
|
.modules-center > box + box,
|
||||||
|
.modules-right > box + box {
|
||||||
|
margin-left: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
.modules-left > widget label,
|
.modules-left > widget label,
|
||||||
.modules-left > label ,
|
.modules-left > label ,
|
||||||
.modules-center > widget label,
|
.modules-center > widget label,
|
||||||
|
|||||||
@@ -51,7 +51,10 @@ window#waybar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* MODULES */
|
/* MODULES */
|
||||||
.module {
|
.modules-left > widget,
|
||||||
|
.modules-center > widget,
|
||||||
|
.modules-right > widget {
|
||||||
|
min-width: 80px;
|
||||||
color: @text;
|
color: @text;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border-radius: 30px;
|
border-radius: 30px;
|
||||||
@@ -61,6 +64,12 @@ window#waybar {
|
|||||||
border: 2px solid transparent;
|
border: 2px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.modules-left > box + box,
|
||||||
|
.modules-center > box + box,
|
||||||
|
.modules-right > box + box {
|
||||||
|
margin-left: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
.modules-left > widget label,
|
.modules-left > widget label,
|
||||||
.modules-left > label ,
|
.modules-left > label ,
|
||||||
.modules-center > widget label,
|
.modules-center > widget label,
|
||||||
|
|||||||
Reference in New Issue
Block a user