mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-03 16:51:29 +00:00
Merge pull request #987 from mstraube/audacious
song: audacious: remove audtool, closes #986
This commit is contained in:
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
Block a user