Skip to content

wibox.widget.systray doesn't support pseudo-transparency #363

Open
@flyboy14

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.
screenshot-20150728-154406
screenshot-20150728-154409
Thanks!

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions