Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wibox.widget.systray opacity property should be hidden #3756

Open
Crylia opened this issue Dec 24, 2022 · 2 comments
Open

wibox.widget.systray opacity property should be hidden #3756

Crylia opened this issue Dec 24, 2022 · 2 comments

Comments

@Crylia
Copy link
Contributor

Crylia commented Dec 24, 2022

The opacity property should be hidden as the systray can't be transparent.

I tried it myself but I couldn't get this property to hide

This is what I've tried(tried to copy wibox.layout.flex which hides fill_space):

-- {{{ Override inherited properties we want to hide

--- From `wibox.widget.base`.
-- @property opacity
-- @tparam[opt=1.0] number opacity
-- @rangestart 0.0
-- @rangestop 1.0
-- @propertyunit A gradient between transparent (`0.0`) and opaque (`1.0`).
-- @baseclass wibox.widget.base
-- @see visible
-- @hidden

-- }}}
@actionless
Copy link
Member

there is already open pull request for fixing that: #3664

@Crylia
Copy link
Contributor Author

Crylia commented Jan 1, 2023

The question is now how likely is it going to be merged and when. This should be a rather easy fix (even tho I don't understand why it doesn't hide it) and would resolve some confusion that I see a lot.

At the very least one should look why this property can't be hidden (probably @Elv13)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants