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