Song: Add support for Audacious. @ncmprhnsbl
This commit is contained in:
3
neofetch
3
neofetch
@@ -1277,6 +1277,9 @@ getsong() {
|
|||||||
elif [ -n "$(ps x | awk '!(/awk/) && /deadbeef/')" ]; then
|
elif [ -n "$(ps x | awk '!(/awk/) && /deadbeef/')" ]; then
|
||||||
song="$(deadbeef --nowplaying '%a - %t')"
|
song="$(deadbeef --nowplaying '%a - %t')"
|
||||||
|
|
||||||
|
elif [ -n "$(ps x | awk '!(/awk/) && /audacious/')" ]; then
|
||||||
|
song="$(audtool current-song)"
|
||||||
|
|
||||||
else
|
else
|
||||||
song="Not Playing"
|
song="Not Playing"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user