From 9889ba14cbc938162ba4036a2e2ee4451f5f1dcd Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 26 Oct 2016 21:04:58 +1100 Subject: [PATCH] Song: Fix iTunes --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index f133a273..b9bb8986 100755 --- a/neofetch +++ b/neofetch @@ -1121,7 +1121,7 @@ getmemory() { getsong() { # This is absurdly long. - player="$(ps x | awk '!(/awk|Helper|Cache/) && /mpd|cmus|mocp|spotify|Google Play|iTunes.app|rhythmbox|banshee|amarok|deadbeef|audacious/ {printf $5 " " $6; exit}')" + player="$(ps x | awk '!(/awk|Helper|Cache/) && /mpd|cmus|mocp|spotify|Google Play|iTunes|rhythmbox|banshee|amarok|deadbeef|audacious/ {printf $5 " " $6; exit}')" case "${player/*\/}" in "mpd"*)