Fix windows name & padding
This commit is contained in:
parent
ef3489075f
commit
1dd92201d0
@ -142,7 +142,7 @@
|
|||||||
.modules-left, .modules-center, .modules-right {
|
.modules-left, .modules-center, .modules-right {
|
||||||
border-radius: ${toString config.theme.rounding}px;
|
border-radius: ${toString config.theme.rounding}px;
|
||||||
background-color: #${config.theme.colors.bg};
|
background-color: #${config.theme.colors.bg};
|
||||||
padding: 2px 15px;
|
padding: 2px 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar.hidden {
|
window#waybar.hidden {
|
||||||
@ -179,7 +179,7 @@
|
|||||||
background-color: #${config.theme.colors.color1};
|
background-color: #${config.theme.colors.color1};
|
||||||
}
|
}
|
||||||
|
|
||||||
#window {
|
#window > * {
|
||||||
font-family: "${config.theme.font-mono}";
|
font-family: "${config.theme.font-mono}";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user