Commit 497dd430 authored by Michael Straube's avatar Michael Straube

song: add xnoise

parent 77c4e7d7
...@@ -470,6 +470,7 @@ disk_subtitle="mount" ...@@ -470,6 +470,7 @@ disk_subtitle="mount"
# tomahawk # tomahawk
# vlc # vlc
# xmms2d # xmms2d
# xnoise
# yarock # yarock
music_player="auto" music_player="auto"
...@@ -2448,6 +2449,7 @@ get_song() { ...@@ -2448,6 +2449,7 @@ get_song() {
"tomahawk" "tomahawk"
"vlc" "vlc"
"xmms2d" "xmms2d"
"xnoise"
"yarock" "yarock"
) )
...@@ -2496,6 +2498,7 @@ get_song() { ...@@ -2496,6 +2498,7 @@ get_song() {
"rhythmbox"*) get_song_dbus "rhythmbox" ;; "rhythmbox"*) get_song_dbus "rhythmbox" ;;
"strawberry"*) get_song_dbus "strawberry" ;; "strawberry"*) get_song_dbus "strawberry" ;;
"gogglesmm"*) get_song_dbus "gogglesmm" ;; "gogglesmm"*) get_song_dbus "gogglesmm" ;;
"xnoise"*) get_song_dbus "xnoise" ;;
"netease-cloud-music"*) get_song_dbus "netease-cloud-music" ;; "netease-cloud-music"*) get_song_dbus "netease-cloud-music" ;;
"plasma-browser-integration"*) get_song_dbus "plasma-browser-integration" ;; "plasma-browser-integration"*) get_song_dbus "plasma-browser-integration" ;;
......
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