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 {
|
||||
background: #000000;
|
||||
opacity: 0.8;
|
||||
background: rgba(0, 0, 0, 0.8);
|
||||
color: white;
|
||||
font-family: "MesloLGM Nerd Font", sans-serif;
|
||||
font-size: 13px;
|
||||
|
|
Loading…
Reference in a new issue