Merge pull request #978 from mstraube/song-album
song: fix audacious album
This commit is contained in:
commit
e54f324595
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -2417,7 +2417,7 @@ get_song() {
|
|||
|
||||
"audacious"*)
|
||||
song="$(audtool current-song)"
|
||||
[[ -z "$song" ]] && get_song_dbus "audacious"
|
||||
[[ -z "$song" || "$song_shorthand" == "on" ]] && get_song_dbus "audacious"
|
||||
;;
|
||||
|
||||
"cmus"*)
|
||||
|
|
Loading…
Reference in a new issue