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

RectDecoration makes the systray hide #383

Open
RVSmooth opened this issue Oct 21, 2024 · 8 comments
Open

RectDecoration makes the systray hide #383

RVSmooth opened this issue Oct 21, 2024 · 8 comments

Comments

@RVSmooth
Copy link

When used RectDecoration with system tray, the system tray gets hidden.

Here are some screenshots -

Before applying rectdecoration
2024-10-20_06-13

After applying rectdecoration
2024-10-20_06-15

my applied rectdecoration,

decoration_group = {
        "foreground": colors[11],
        "padding": 10,
        "decorations": [
            RectDecoration(colour=colors[1], radius=13, filled=True, padding_y=4, group=True)
            ]
}

@elParaguayo
Copy link
Owner

I need to see the config for your bar. Adding the decoration to systray on its own works fine for me.

@RVSmooth
Copy link
Author

RVSmooth commented Oct 21, 2024

I need to see the config for your bar. Adding the decoration to systray on its own works fine for me.

https://pastebin.com/3AiF7shJ

here

I had removed decoration_group from systray coz it doesn't work

@elParaguayo
Copy link
Owner

Weird. No issue for me when I group it with the volume widget.

@RVSmooth
Copy link
Author

Weird. No issue for me when I group it with the volume widget.

tried doing a clean build, still no luck

@elParaguayo
Copy link
Owner

Are there any messages in your log file? From your screenshot, the decoration isn't being grouped with the volume, but it should be.

@RVSmooth
Copy link
Author

RVSmooth commented Oct 21, 2024

Are there any messages in your log file? From your screenshot, the decoration isn't being grouped with the volume, but it should be.

2024-10-21 19:12:27,984 ERROR libqtile group.py:layout():L130 No such layout: floating
2024-10-21 19:12:28,048 WARNING libqtile manager.py:grab_key():L503 Key spec duplicated, overriding previous: <Key (['mod4'], Tab)>

only these two (fixed thiz now, my config err but still no effect on systray)

btw I did this and u can see the results
2024-10-21_19-10

@elParaguayo
Copy link
Owner

That is the expected behaviour. Changing the background of the Systray widget when it's decorated isn't straightforward. I can see if I can get that working again.

@RVSmooth
Copy link
Author

That is the expected behaviour. Changing the background of the Systray widget when it's decorated isn't straightforward. I can see if I can get that working again.

ohh

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