From 5756eb97f266a8442689fe1d0029746b59f672c0 Mon Sep 17 00:00:00 2001 From: Andrew Titmuss Date: Thu, 24 May 2018 12:46:47 +1000 Subject: [PATCH] song: fix iTunes detection --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index bd09a0b7..68b9e6aa 100755 --- a/neofetch +++ b/neofetch @@ -2328,7 +2328,7 @@ get_song() { -e "exaile" \ -e "gnome-music" \ -e "guayadeque" \ - -e "iTunes$" \ + -e "iTunes" \ -e "juk" \ -e "lollypop" \ -e "mocp" \