song: Add olivia player (#1495)
This commit is contained in:
parent
7805b2c4cb
commit
e00afa6b92
1 changed files with 3 additions and 0 deletions
3
neofetch
3
neofetch
|
@ -501,6 +501,7 @@ disk_percent="on"
|
|||
# mpd
|
||||
# muine
|
||||
# netease-cloud-music
|
||||
# olivia
|
||||
# playerctl
|
||||
# pogo
|
||||
# pragha
|
||||
|
@ -2658,6 +2659,7 @@ get_song() {
|
|||
"mpd"
|
||||
"muine"
|
||||
"netease-cloud-music"
|
||||
"olivia"
|
||||
"plasma-browser-integration"
|
||||
"playerctl"
|
||||
"pogo"
|
||||
|
@ -2723,6 +2725,7 @@ get_song() {
|
|||
"gogglesmm"*) get_song_dbus "gogglesmm" ;;
|
||||
"xnoise"*) get_song_dbus "xnoise" ;;
|
||||
"tauonmb"*) get_song_dbus "tauon" ;;
|
||||
"olivia"*) get_song_dbus "olivia" ;;
|
||||
"netease-cloud-music"*) get_song_dbus "netease-cloud-music" ;;
|
||||
"plasma-browser-integration"*) get_song_dbus "plasma-browser-integration" ;;
|
||||
"io.elementary.music"*) get_song_dbus "Music" ;;
|
||||
|
|
Loading…
Reference in a new issue