diff --git a/neofetch b/neofetch index b2f5a61e..282b9bee 100755 --- a/neofetch +++ b/neofetch @@ -1242,7 +1242,7 @@ getsong() { song="$(gpmdp-remote current)" state="$(gpmdp-remote status)" - elif [ -n "$(ps x | awk '!(/awk/ || /Helper/) && /iTunes/')" ]; then + elif [ -n "$(ps x | awk '!(/awk/ || /Helper/ || /Cache/) && /iTunes.app/')" ]; then song="$(osascript -e 'tell application "iTunes" to artist of current track as string & " - " & name of current track as string')" state="$(osascript -e 'tell application "iTunes" to player state as string')"