Added transparency to waybar

This commit is contained in:
alejandro-angulo 2024-08-17 23:10:55 -07:00
parent 93785efd01
commit 59db8cf2a6
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -11,6 +11,7 @@ window#waybar {
color: @text; color: @text;
transition-property: background-color; transition-property: background-color;
transition-duration: .5s; transition-duration: .5s;
opacity: 0.95;
} }
window#waybar.hidden { window#waybar.hidden {