From 1480b833b0c2349b69806580e73555499f58869b Mon Sep 17 00:00:00 2001 From: Michael Straube Date: Thu, 10 May 2018 09:14:39 +0200 Subject: [PATCH] song: add support for sayonara --- neofetch | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 3efa3f3b..9234630e 100755 --- a/neofetch +++ b/neofetch @@ -435,6 +435,7 @@ disk_subtitle="mount" # tomahawk # xmms2d # yarock +# sayonara music_player="auto" # Format to display song information. @@ -2389,7 +2390,8 @@ get_song() { -e "spotify" \ -e "tomahawk" \ -e "xmms2d" \ - -e "yarock")" + -e "yarock" \ + -e "sayonara")" [[ "$music_player" && "$music_player" != "auto" ]] && \ player="$music_player" @@ -2424,6 +2426,7 @@ get_song() { "deepin-music"*) get_song_dbus "deepinmusic" ;; "tomahawk"*) get_song_dbus "tomahawk" ;; "elisa"*) get_song_dbus "elisa" ;; + "sayonara"*) get_song_dbus "sayonara" ;; "audacious"*) song="$(audtool current-song)"