mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-23 20:12:31 +00:00
song: Add Dragon Player
This commit is contained in:
3
neofetch
3
neofetch
@@ -424,6 +424,7 @@ disk_subtitle="mount"
|
|||||||
# cmus
|
# cmus
|
||||||
# deadbeef
|
# deadbeef
|
||||||
# deepin-music
|
# deepin-music
|
||||||
|
# dragon
|
||||||
# elisa
|
# elisa
|
||||||
# exaile
|
# exaile
|
||||||
# gnome-music
|
# gnome-music
|
||||||
@@ -2303,6 +2304,7 @@ get_song() {
|
|||||||
"cmus"
|
"cmus"
|
||||||
"deadbeef"
|
"deadbeef"
|
||||||
"deepin-music"
|
"deepin-music"
|
||||||
|
"dragon"
|
||||||
"elise"
|
"elise"
|
||||||
"exaile"
|
"exaile"
|
||||||
"gnome-music"
|
"gnome-music"
|
||||||
@@ -2371,6 +2373,7 @@ get_song() {
|
|||||||
"gmusicbrowser"*) get_song_dbus "gmusicbrowser" ;;
|
"gmusicbrowser"*) get_song_dbus "gmusicbrowser" ;;
|
||||||
"pragha"*) get_song_dbus "pragha" ;;
|
"pragha"*) get_song_dbus "pragha" ;;
|
||||||
"amarok"*) get_song_dbus "amarok" ;;
|
"amarok"*) get_song_dbus "amarok" ;;
|
||||||
|
"dragon"*) get_song_dbus "dragonplayer" ;;
|
||||||
|
|
||||||
"cmus"*)
|
"cmus"*)
|
||||||
song="$(cmus-remote -Q | awk 'BEGIN { ORS=" "};
|
song="$(cmus-remote -Q | awk 'BEGIN { ORS=" "};
|
||||||
|
|||||||
Reference in New Issue
Block a user