Actually apply waybar transparency properly, and fix border colour

This commit is contained in:
Evie Litherland-Smith 2024-12-16 17:37:49 +00:00
parent d6bbc415d4
commit 316d25cdc7

View file

@ -308,11 +308,11 @@
}
window > box {
color: alpha(${scheme.base05}, ${toString opacity});
background: ${scheme.base00};
color: ${scheme.base05};
background: alpha(${scheme.base00}, ${toString opacity});
margin: 5px 5px 0px;
padding: 0px;
border-top: 1px solid ${scheme.base04};
border: 1px solid ${scheme.base04};
border-radius: 5px;
}