Foot + Waybar: make more transparent background

This commit is contained in:
Harzo 2023-09-15 20:21:18 +02:00
parent 10aa03af2d
commit f334e78f1d
2 changed files with 2 additions and 3 deletions

View File

@ -25,6 +25,6 @@ hide-when-typing = no
alternate-scroll-mode = yes
[colors]
alpha = 0.9
alpha = 0.5
# vim: ft=dosini

View File

@ -20,7 +20,7 @@
}
}
@define-color bg #2e3440;
@define-color bg rgba(46, 52, 64, 0.5);
@define-color light #d8dee9;
@define-color warning #ebcb8b;
@define-color critical #bf616a;
@ -120,4 +120,3 @@ tooltip {
color: @warning;
opacity: 1;
}