Skip to content

Commit

Permalink
[PR] #245 from solelychloe: Cider support
Browse files Browse the repository at this point in the history
Add support for Cider
  • Loading branch information
hykilpikonna authored Mar 20, 2024
2 parents f9a43fb + e6d94bf commit be05f69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions neofetch
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,7 @@ disk_percent="on"
# audacious
# banshee
# bluemindo
# cider
# clementine
# cmus
# deadbeef
Expand Down Expand Up @@ -3778,6 +3779,7 @@ get_song() {
"audacious"
"banshee"
"bluemindo"
"cider"
"clementine"
"cmus"
"deadbeef"
Expand Down Expand Up @@ -3871,6 +3873,7 @@ get_song() {
"tidal-hifi"*) get_song_dbus "tidal-hifi" ;;
"olivia"*) get_song_dbus "olivia" ;;
"exaile"*) get_song_dbus "exaile" ;;
"cider"*) get_song_dbus "cider2" ;;
"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" ;;
Expand Down

0 comments on commit be05f69

Please sign in to comment.