From 94ae0099be93c42d8e7b4489e12de58acf81296b Mon Sep 17 00:00:00 2001 From: Michael Straube Date: Wed, 13 Jun 2018 17:58:41 +0200 Subject: [PATCH 1/2] song: Add Dragon Player --- neofetch | 3 +++ 1 file changed, 3 insertions(+) diff --git a/neofetch b/neofetch index ede14397..391190b3 100755 --- a/neofetch +++ b/neofetch @@ -424,6 +424,7 @@ disk_subtitle="mount" # cmus # deadbeef # deepin-music +# dragon # elisa # exaile # gnome-music @@ -2303,6 +2304,7 @@ get_song() { "cmus" "deadbeef" "deepin-music" + "dragon" "elise" "exaile" "gnome-music" @@ -2371,6 +2373,7 @@ get_song() { "gmusicbrowser"*) get_song_dbus "gmusicbrowser" ;; "pragha"*) get_song_dbus "pragha" ;; "amarok"*) get_song_dbus "amarok" ;; + "dragon"*) get_song_dbus "dragonplayer" ;; "cmus"*) song="$(cmus-remote -Q | awk 'BEGIN { ORS=" "}; From ea462a8ec15945005806eada0fd9acf51cf66015 Mon Sep 17 00:00:00 2001 From: Michael Straube Date: Wed, 13 Jun 2018 18:03:51 +0200 Subject: [PATCH 2/2] song: Add SMPlayer --- neofetch | 3 +++ 1 file changed, 3 insertions(+) diff --git a/neofetch b/neofetch index 391190b3..7ed28d38 100755 --- a/neofetch +++ b/neofetch @@ -443,6 +443,7 @@ disk_subtitle="mount" # quodlibet # rhythmbox # sayonara +# smplayer # spotify # Spotify # tomahawk @@ -2323,6 +2324,7 @@ get_song() { "quodlibet" "rhythmbox" "sayonara" + "smplayer" "spotify" "Spotify" "tomahawk" @@ -2374,6 +2376,7 @@ get_song() { "pragha"*) get_song_dbus "pragha" ;; "amarok"*) get_song_dbus "amarok" ;; "dragon"*) get_song_dbus "dragonplayer" ;; + "smplayer"*) get_song_dbus "smplayer" ;; "cmus"*) song="$(cmus-remote -Q | awk 'BEGIN { ORS=" "};