Regenerated
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
@define-color overlay1 rgba(255, 255, 255, 0.35);
|
||||
@define-color yellow rgba(255, 215, 0, 0.95);
|
||||
|
||||
/* --- Global --- */
|
||||
* {
|
||||
font-family:
|
||||
Aporetic Sans Mono,
|
||||
@@ -27,18 +28,29 @@ window#waybar {
|
||||
color: @text;
|
||||
}
|
||||
|
||||
#custom-spacer {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.modules-center > widget {
|
||||
/* allow expansion */
|
||||
}
|
||||
|
||||
#custom-spacer {
|
||||
/* THIS is the trick */
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
/* --- Groups --- */
|
||||
|
||||
#hardware {
|
||||
padding: 0px 1px;
|
||||
min-width: 80px;
|
||||
color: @text;
|
||||
border-radius: 10px;
|
||||
font-weight: bold;
|
||||
border: 1px solid transparent;
|
||||
background:
|
||||
linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15))
|
||||
padding-box,
|
||||
linear-gradient(45deg, @blue, @green) border-box;
|
||||
|
||||
min-width: 80px;
|
||||
background-color: transparent;
|
||||
color: @text;
|
||||
border: 2px solid @inactive;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
workspaces button {
|
||||
|
||||
Reference in New Issue
Block a user