Skip to content
This repository has been archived by the owner on Nov 25, 2021. It is now read-only.

Tray icons #28

Open
bilelmoussaoui opened this issue Dec 30, 2016 · 3 comments
Open

Tray icons #28

bilelmoussaoui opened this issue Dec 30, 2016 · 3 comments
Assignees

Comments

@bilelmoussaoui
Copy link

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!

@jackd248
Copy link
Owner

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 jackd248 self-assigned this Jan 15, 2017
@bilelmoussaoui
Copy link
Author

@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!

@bilelmoussaoui
Copy link
Author

And btw, i've created an AUR package for Archlinux users. The package can be installed using yaourt -S temps and here's the package https://aur.archlinux.org/packages/temps/. And the packaging information are here https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=temps. If you need me to modify anything just let me know ;) i will try to keep this up to date!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants