Set background transparency instead of whole bar transparency

This commit is contained in:
Erwin Boskma 2022-04-04 09:37:06 +02:00
parent 48aa97ab63
commit 5bef752dd3
Signed by: erwin
GPG key ID: 270B20D17394F7E5

View file

@ -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;