Add support for Cider
This commit is contained in:
parent
f9a43fba5f
commit
e6d94bf20d
1 changed files with 3 additions and 0 deletions
3
neofetch
3
neofetch
|
@ -573,6 +573,7 @@ disk_percent="on"
|
||||||
# audacious
|
# audacious
|
||||||
# banshee
|
# banshee
|
||||||
# bluemindo
|
# bluemindo
|
||||||
|
# cider
|
||||||
# clementine
|
# clementine
|
||||||
# cmus
|
# cmus
|
||||||
# deadbeef
|
# deadbeef
|
||||||
|
@ -3778,6 +3779,7 @@ get_song() {
|
||||||
"audacious"
|
"audacious"
|
||||||
"banshee"
|
"banshee"
|
||||||
"bluemindo"
|
"bluemindo"
|
||||||
|
"cider"
|
||||||
"clementine"
|
"clementine"
|
||||||
"cmus"
|
"cmus"
|
||||||
"deadbeef"
|
"deadbeef"
|
||||||
|
@ -3871,6 +3873,7 @@ get_song() {
|
||||||
"tidal-hifi"*) get_song_dbus "tidal-hifi" ;;
|
"tidal-hifi"*) get_song_dbus "tidal-hifi" ;;
|
||||||
"olivia"*) get_song_dbus "olivia" ;;
|
"olivia"*) get_song_dbus "olivia" ;;
|
||||||
"exaile"*) get_song_dbus "exaile" ;;
|
"exaile"*) get_song_dbus "exaile" ;;
|
||||||
|
"cider"*) get_song_dbus "cider2" ;;
|
||||||
"netease-cloud-music"*) get_song_dbus "netease-cloud-music" ;;
|
"netease-cloud-music"*) get_song_dbus "netease-cloud-music" ;;
|
||||||
"plasma-browser-integration"*) get_song_dbus "plasma-browser-integration" ;;
|
"plasma-browser-integration"*) get_song_dbus "plasma-browser-integration" ;;
|
||||||
"io.elementary.music"*) get_song_dbus "Music" ;;
|
"io.elementary.music"*) get_song_dbus "Music" ;;
|
||||||
|
|
Loading…
Reference in a new issue