Merge pull request #1030 from mstraube/song
Song: Add Dragon Player and SMPlayer
This commit is contained in:
commit
dfafca9f62
6
neofetch
6
neofetch
|
@ -424,6 +424,7 @@ disk_subtitle="mount"
|
|||
# cmus
|
||||
# deadbeef
|
||||
# deepin-music
|
||||
# dragon
|
||||
# elisa
|
||||
# exaile
|
||||
# gnome-music
|
||||
|
@ -442,6 +443,7 @@ disk_subtitle="mount"
|
|||
# quodlibet
|
||||
# rhythmbox
|
||||
# sayonara
|
||||
# smplayer
|
||||
# spotify
|
||||
# Spotify
|
||||
# tomahawk
|
||||
|
@ -2303,6 +2305,7 @@ get_song() {
|
|||
"cmus"
|
||||
"deadbeef"
|
||||
"deepin-music"
|
||||
"dragon"
|
||||
"elise"
|
||||
"exaile"
|
||||
"gnome-music"
|
||||
|
@ -2321,6 +2324,7 @@ get_song() {
|
|||
"quodlibet"
|
||||
"rhythmbox"
|
||||
"sayonara"
|
||||
"smplayer"
|
||||
"spotify"
|
||||
"Spotify"
|
||||
"tomahawk"
|
||||
|
@ -2371,6 +2375,8 @@ get_song() {
|
|||
"gmusicbrowser"*) get_song_dbus "gmusicbrowser" ;;
|
||||
"pragha"*) get_song_dbus "pragha" ;;
|
||||
"amarok"*) get_song_dbus "amarok" ;;
|
||||
"dragon"*) get_song_dbus "dragonplayer" ;;
|
||||
"smplayer"*) get_song_dbus "smplayer" ;;
|
||||
|
||||
"cmus"*)
|
||||
song="$(cmus-remote -Q | awk 'BEGIN { ORS=" "};
|
||||
|
|
Reference in New Issue