This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tell application "System Events" | |
set processList to (name of every process) | |
end tell | |
if (processList contains "Spotify") is true then | |
tell application "Spotify" | |
set artistName to artist of current track | |
set trackName to name of current track | |
set symbol to "◻︎" | |
set col to "red" |