You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 25, 2021. It is now read-only.
Hello, In Linux users love the possibility to change the all the icons by changing the main icon theme. it seems that Electron does not support that at the moment; so I've created a small script that handles that.
In order to implement your application support bilelmoussaoui/Hardcode-Tray#253. I'm wondering if the tray icons are the same as the ones used on the application. Or the tray uses the png ones? and the application uses the SVG ones.
Thanks!
The text was updated successfully, but these errors were encountered:
I will check and test this in the next version.
They are all the same icons, doesn't matter if the svg or the png ones. For now you only have the possibility to change the tray icon manually inside the settings menu.
@jackd248 Thanks! I know about the settings, the purpose of my script is to provide the possibility to let the user apply his current theme to the hardcoded tray icons (that does not use the user theme). It's an upstream issue on Electron, but it's hacky solution for now. Anyway, having a specific folder for tray icons or just tray_icon_name.{svg/png} would be more than enough! In order to avoid breaking the application UI for the user.
Thanks again!
Hello, In Linux users love the possibility to change the all the icons by changing the main icon theme. it seems that Electron does not support that at the moment; so I've created a small script that handles that.
In order to implement your application support bilelmoussaoui/Hardcode-Tray#253. I'm wondering if the tray icons are the same as the ones used on the application. Or the tray uses the png ones? and the application uses the SVG ones.
Thanks!
The text was updated successfully, but these errors were encountered: