CSpencerND

Results 16 comments of CSpencerND
trafficstars

Happens to me with volumeicon as well. I have my Systray inside a WidgetBox. Interestingly, collapsing and opening the WidgetBox corrects it without having to reload qtile.

Check this out. I just woke my laptop from sleep and the Systray inside the WidgetBox is overlapping the other widgets. ![2021-11-07_06-09](https://user-images.githubusercontent.com/61397897/140642635-8aa01478-cdfe-4cd2-b5eb-6f6350358e59.png) In this case, opening and closing the WidgetBox...

I have some errors in the logs. ``` Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/libqtile/hook.py", line 380, in fire i(*args, **kwargs) File "/usr/lib/python3.9/site-packages/libqtile/core/manager.py", line 332, in cmd_reconfigure_screens self._process_screens() File "/usr/lib/python3.9/site-packages/libqtile/core/manager.py",...

> Is volumeicon a systray app? Yes. > Can you post your config and a screenshot of the issue. I got you in a moment.

@elParaguayo [my config](https://github.com/CSpencerND/dotfiles/blob/main/.config/qtile/config.py)

Full volume ![image](https://user-images.githubusercontent.com/61397897/140643491-fc4751ee-59ee-4b44-9334-7c38c69fad66.png) Muted ![image](https://user-images.githubusercontent.com/61397897/140643506-3f857cef-9b48-4090-83aa-2b10c82bd714.png) After unmuting ![image](https://user-images.githubusercontent.com/61397897/140643546-2ead3c35-f2cd-46b4-b350-a09d13a98983.png) However, it doesn't always happen, and if I kill picom it doesn't happen at all.