song: audacious: remove audtool, closes #986
This commit is contained in:
parent
71104d7e25
commit
bd0e62d5f3
6
neofetch
6
neofetch
|
@ -2428,11 +2428,7 @@ get_song() {
|
|||
"tomahawk"*) get_song_dbus "tomahawk" ;;
|
||||
"elisa"*) get_song_dbus "elisa" ;;
|
||||
"sayonara"*) get_song_dbus "sayonara" ;;
|
||||
|
||||
"audacious"*)
|
||||
song="$(audtool current-song)"
|
||||
[[ -z "$song" || "$song_shorthand" == "on" ]] && get_song_dbus "audacious"
|
||||
;;
|
||||
"audacious"*) get_song_dbus "audacious" ;;
|
||||
|
||||
"cmus"*)
|
||||
song="$(cmus-remote -Q | awk 'BEGIN { ORS=" "};
|
||||
|
|
Reference in New Issue