From cdd447f95afc45dfedf3633cb06e97c94af32236 Mon Sep 17 00:00:00 2001 From: Michael Straube Date: Wed, 3 Apr 2019 16:37:09 +0200 Subject: [PATCH] song: add strawberry player --- neofetch | 3 +++ 1 file changed, 3 insertions(+) diff --git a/neofetch b/neofetch index 55e53238..9c7790c1 100755 --- a/neofetch +++ b/neofetch @@ -465,6 +465,7 @@ disk_subtitle="mount" # sayonara # smplayer # spotify +# strawberry # tomahawk # vlc # xmms2d @@ -2403,6 +2404,7 @@ get_song() { "smplayer" "spotify" "Spotify" + "strawberry" "tomahawk" "vlc" "xmms2d" @@ -2452,6 +2454,7 @@ get_song() { "dragon"*) get_song_dbus "dragonplayer" ;; "smplayer"*) get_song_dbus "smplayer" ;; "rhythmbox"*) get_song_dbus "rhythmbox" ;; + "strawberry"*) get_song_dbus "strawberry" ;; "netease-cloud-music"*) get_song_dbus "netease-cloud-music" ;; "cmus"*)