Regenerated
This commit is contained in:
+302
-298
File diff suppressed because it is too large
Load Diff
+6
-2
@@ -2960,10 +2960,14 @@ window#waybar {
|
|||||||
color: @text;
|
color: @text;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border: 2px solid @teal;
|
border: 2px solid transparent;
|
||||||
|
border-radius: 10px;
|
||||||
background:
|
background:
|
||||||
linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)) padding-box,
|
linear-gradient(@base, @base) padding-box,
|
||||||
linear-gradient(45deg, @blue, @green) border-box;
|
linear-gradient(45deg, @blue, @green) border-box;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center; /* horizontal centering */
|
||||||
|
align-items: center; /* vertical centering */
|
||||||
}
|
}
|
||||||
|
|
||||||
#connections {
|
#connections {
|
||||||
|
|||||||
@@ -101,10 +101,14 @@ window#waybar {
|
|||||||
color: @text;
|
color: @text;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border: 2px solid @teal;
|
border: 2px solid transparent;
|
||||||
|
border-radius: 10px;
|
||||||
background:
|
background:
|
||||||
linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)) padding-box,
|
linear-gradient(@base, @base) padding-box,
|
||||||
linear-gradient(45deg, @blue, @green) border-box;
|
linear-gradient(45deg, @blue, @green) border-box;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center; /* horizontal centering */
|
||||||
|
align-items: center; /* vertical centering */
|
||||||
}
|
}
|
||||||
|
|
||||||
#connections {
|
#connections {
|
||||||
|
|||||||
Reference in New Issue
Block a user