Regenerated
This commit is contained in:
@@ -64,36 +64,6 @@ window#waybar {
|
||||
border: transparent;
|
||||
}
|
||||
|
||||
/* --- Pill --- */
|
||||
.pill {
|
||||
padding: 0px 1px;
|
||||
min-width: 80px;
|
||||
color: @text;
|
||||
border-radius: 10px;
|
||||
font-weight: bold;
|
||||
border: 2px solid @teal;
|
||||
background:
|
||||
linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)) padding-box,
|
||||
linear-gradient(45deg, @blue, @green) border-box;
|
||||
}
|
||||
|
||||
/* center expanded content */
|
||||
.pill revealer > box {
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
/* center collapsed (first visible module) */
|
||||
.pill > widget {
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
/* spacing between items */
|
||||
.pill revealer > box > widget {
|
||||
margin: 0 5px;
|
||||
}
|
||||
|
||||
/* --- Groups --- */
|
||||
#hardware {
|
||||
padding: 0px 1px;
|
||||
@@ -106,9 +76,10 @@ window#waybar {
|
||||
background:
|
||||
linear-gradient(@base, @base) padding-box,
|
||||
linear-gradient(45deg, @blue, @green) border-box;
|
||||
/* display: flex; */
|
||||
/* justify-content: center; */ /* horizontal centering */
|
||||
align-items: center; /* vertical centering */
|
||||
}
|
||||
|
||||
#hardware label {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#connections {
|
||||
|
||||
Reference in New Issue
Block a user