Commit cdd447f9 authored by Michael Straube's avatar Michael Straube

song: add strawberry player

parent cc78503b
...@@ -465,6 +465,7 @@ disk_subtitle="mount" ...@@ -465,6 +465,7 @@ disk_subtitle="mount"
# sayonara # sayonara
# smplayer # smplayer
# spotify # spotify
# strawberry
# tomahawk # tomahawk
# vlc # vlc
# xmms2d # xmms2d
...@@ -2403,6 +2404,7 @@ get_song() { ...@@ -2403,6 +2404,7 @@ get_song() {
"smplayer" "smplayer"
"spotify" "spotify"
"Spotify" "Spotify"
"strawberry"
"tomahawk" "tomahawk"
"vlc" "vlc"
"xmms2d" "xmms2d"
...@@ -2452,6 +2454,7 @@ get_song() { ...@@ -2452,6 +2454,7 @@ get_song() {
"dragon"*) get_song_dbus "dragonplayer" ;; "dragon"*) get_song_dbus "dragonplayer" ;;
"smplayer"*) get_song_dbus "smplayer" ;; "smplayer"*) get_song_dbus "smplayer" ;;
"rhythmbox"*) get_song_dbus "rhythmbox" ;; "rhythmbox"*) get_song_dbus "rhythmbox" ;;
"strawberry"*) get_song_dbus "strawberry" ;;
"netease-cloud-music"*) get_song_dbus "netease-cloud-music" ;; "netease-cloud-music"*) get_song_dbus "netease-cloud-music" ;;
"cmus"*) "cmus"*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment