diff --git a/neofetch b/neofetch index 7032f499..41be6a7f 100755 --- a/neofetch +++ b/neofetch @@ -1277,6 +1277,9 @@ getsong() { elif [ -n "$(ps x | awk '!(/awk/) && /deadbeef/')" ]; then song="$(deadbeef --nowplaying '%a - %t')" + elif [ -n "$(ps x | awk '!(/awk/) && /audacious/')" ]; then + song="$(audtool current-song)" + else song="Not Playing" fi