siduck / chadwm

Making dwm as beautiful as possible!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

systray icons not showing?

PolarisPyra opened this issue · comments

Hello, I have been using a customized version of your wm and I am in love however, after recently installed it on system I seem to have ran into a problem despite installing all the correct fonts.
image

As you can see the systray icons are blank or transparent (im not really sure what to cal it) it also seems to be ignore my picom config where I set the corner radius for the status bar to 0.... I am beyond confused and I have been trying for quite awhile to fix this. My build is located here: https://github.com/PolarisPyra/PolarisWM and the only custom patch I applied was a manual fix for no title. Any help would be appreciated. (I also noticed that on my old computer the moon emoji in bar.sh from wttr would show as a emoji but here it's just ascii) so I am thinking its font related but I have installed all the correct fonts / emoji fonts and made sure the fontpath is in my xorg.conf.

So quick update apparently my font cache wasn't cleared lol using rm -rf ~/.cache/* seemed to solve it but only slightly... if task bar is on the monitor where the app is running it'll look like this
image

but if i go to my primary monitor it will have like a fly in animation but still remain blank???
image
The issue of it ignoring my exclusions in picom also still seem to persist....

Edit: So it gets even stranger. If I un activate qbitorrent and click on say discord despite being on the same monitor the icons both go transparent again.

Fix: It was a problem with my picom.conf I changed to picom-jonaburg-git and add the following into my picom.conf

Animations

transition-length = 0
transition-pow-x = 0.1
transition-pow-y = 0.1
transition-pow-w = 0.1
transition-pow-h = 0.1
size-transition = false

Sorry for the issue.