Set background transparency instead of whole bar transparency
This commit is contained in:
parent
48aa97ab63
commit
5bef752dd3
1 changed files with 1 additions and 2 deletions
|
@ -211,8 +211,7 @@ in {
|
||||||
}
|
}
|
||||||
|
|
||||||
#waybar {
|
#waybar {
|
||||||
background: #000000;
|
background: rgba(0, 0, 0, 0.8);
|
||||||
opacity: 0.8;
|
|
||||||
color: white;
|
color: white;
|
||||||
font-family: "MesloLGM Nerd Font", sans-serif;
|
font-family: "MesloLGM Nerd Font", sans-serif;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
|
Loading…
Reference in a new issue