Emitter.on('playback:isPlaying', () => {
  currentIconPath = trayPlayingPath;
  if (appIcon) appIcon.setImage(getAppIconFileName());
});