From 0fb2b661bacdfdf656020e4cba87d592254a9503 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 22 Oct 2016 15:11:52 +1100 Subject: [PATCH] Song: Add support for Audacious. @ncmprhnsbl --- neofetch | 3 +++ 1 file changed, 3 insertions(+) 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