Open
Description
Hello!
I found out that there is built-in pseudo-transparency for wiboxes in awesome 3.1 and newer.
It can be enabled by appending 2 hexadecimal digits to the colors in theme file:
theme.bg_normal = #000000AA --"AA" is the transparency value.
It works good for wiboxes and all widgets, but but unortunately it does'nt work for wibox.widget.systray().
For example, this: (in theme.lua)
theme.bg_systray = "#121212AA"
works exactly like this:
theme.bg_systray = "#121212"
I wonder if there's a way to make systray transparent due to match my system theme.
Screenshots included.
Thanks!