mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-04 17:09:21 +00:00
song: Add Dragon Player
This commit is contained in:
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
Block a user