System tray icons overlap when changing status
See original GitHub issueLet’s take the wifi (nm-applet
) and bluetooth (blueman-applet
) system tray icons.
When I am connected to wifi and bluetooth is on, they look like this:
If I disconnect wifi and disable bluetooth, they should look like this:
But what actually happens is they end up overlapping on top of each other, looking like this:
Right now, I would have to do a qtile restart if I wanted the icons to look as they should.
Using latest Qtile on Arch.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:88 (50 by maintainers)
Top Results From Across the Web
Icons are Overlapping in Windows 11 Taskbar
Change the value under scale and layout and check if the icons are still overlapping icons on your taskbar. Hope this will help...
Read more >Anyone else get overlapping icons in the system tray? - Reddit
r/Windows11 - Anyone else get overlapping icons in the system tray? ... A small change to the network icon may be coming soon...
Read more >Icons are Overlapping in Windows 11 ... - Windows 10 Forums
Click on the search bar on the taskbar. Type system icons. Under Turn System Icons ON or OFF, turn On the Clock and...
Read more >Is there a way to stop the windows taskbar from overlapping ...
Restarting the Windows Explorer process from the task manager has always worked for me. Step 1. Right click the toolbar and select "Task ......
Read more >[plasma] [Bug 338850] New: System tray icons overlap each ...
are easily reproduceable for me: 1. Tray overlapping widgets to the right. ... that the up arrow is displayed). ... widget's preferences. 2....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I suspect they’re doing some form of pseudo-transparency where they take the surface underneath the bar and copy that image to the tray.
Hang on…
32 bit is the default depth for windows, this is only changed to 24 if the bar thinks you don’t need transparency.
Looking at your theme
bg
values, none of them have an alpha value so this will force the bar to be 32 bit.Can you add an alpha value and see what happens.