Open Jubijub opened 2 years ago
I'm also having this issue. Pasystray is using some default dark icon which is invisible against a dark background, dark panel, etc. It would be nice if I could pick one or force the use of some icon set. Failing that, a hardcoded one that's visible against a dark background and a light background would be acceptable.
The only workaround I can think of here is of deleting every icon of this type in /usr/share/icons and replacing them with one that I like, but that's really hacky and I don't want to do that...
@Jubijub After a bit of fiddling around, I found out it does in fact respect the gtk3 icon theme. You can set it using your distro's preferred method, or using the config files: https://wiki.archlinux.org/title/GTK#Configuration
If this solves the problem (it did for me) then this issue could be closed.
pasystray version 0.8.0, from Arch package
My theme config :
I have been trying to change the systray icons without success.
From the code I gather that the program is looking for icons named :
and that it's looking for icon size 48x48 :
I tried to supply my icons in ./local/share/icons/Papirus-Dark/48x48/status/ , both in svg and png, and pasystray still displays that black volume icon. I also tried to play with -symbolic suffix, it didn't work either.
Can you confirm which icon name shall be used, and if pasystray honours the GTK theme ? thanks !