rusty1s/dotfiles

View on GitHub
bitbar/spotify/state.scpt

Summary

Maintainability
Test Coverage
if application "Spotify" is running then
  tell application "Spotify"

    set theState to player state

    return theState

  end tell
end if