Foot + Waybar: make more transparent background
This commit is contained in:
parent
10aa03af2d
commit
f334e78f1d
|
|
@ -25,6 +25,6 @@ hide-when-typing = no
|
|||
alternate-scroll-mode = yes
|
||||
|
||||
[colors]
|
||||
alpha = 0.9
|
||||
alpha = 0.5
|
||||
|
||||
# vim: ft=dosini
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue