song: Add Dragon Player
This commit is contained in:
parent
e7306982e9
commit
94ae0099be
3
neofetch
3
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=" "};
|
||||
|
|
Reference in New Issue