vincelwt / harmony

:musical_note: Sleek music player for Spotify, SoundCloud, Google Play Music and your local files
http://getharmony.xyz
859 stars 59 forks source link

hardcoded icons on tray menu #124

Closed varlesh closed 7 years ago

varlesh commented 7 years ago

Maybe better use system icons on linux for tray menu? For example:

heart.png - emblem-favorite
hide.png - go-down
next.png - media-skip-forward
pause.png - media-playback-pause
previous.png - media-skip-backward
quit.png - exit
show.png - go-up

But hardcoded icons used as fallback...

vincelwt commented 7 years ago

Good idea! I'll check how can it be done.

vincelwt commented 7 years ago

It didn't seemed possible given the current implementation of the Tray with Electron so I decided to remove all icons to give a more stream-lined experience across all OSs.