Actually apply waybar transparency properly, and fix border colour
This commit is contained in:
parent
d6bbc415d4
commit
316d25cdc7
|
@ -308,11 +308,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
window > box {
|
window > box {
|
||||||
color: alpha(${scheme.base05}, ${toString opacity});
|
color: ${scheme.base05};
|
||||||
background: ${scheme.base00};
|
background: alpha(${scheme.base00}, ${toString opacity});
|
||||||
margin: 5px 5px 0px;
|
margin: 5px 5px 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
border-top: 1px solid ${scheme.base04};
|
border: 1px solid ${scheme.base04};
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue