Add opaque color to waybar

This commit is contained in:
Bad 2022-11-21 12:21:13 +01:00
parent c3606d6881
commit bb616f3315

View file

@ -7,6 +7,15 @@
font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif;
}
window#waybar {
background-color: rgba(43, 48, 59, 0.5);
border-bottom: 3px solid rgba(100, 114, 125, 0.5);
color: #ffffff;
transition-property: background-color;
transition-duration: .5s;
}
#workspaces button {
padding: 0px 10px;
background-color: transparent;