@ -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