Merge pull request #1228 from arisinfenix/song
song: add strawberry player
This commit is contained in:
commit
6efc9cd05e
1 changed files with 3 additions and 0 deletions
3
neofetch
3
neofetch
|
@ -465,6 +465,7 @@ disk_subtitle="mount"
|
||||||
# sayonara
|
# sayonara
|
||||||
# smplayer
|
# smplayer
|
||||||
# spotify
|
# spotify
|
||||||
|
# strawberry
|
||||||
# tomahawk
|
# tomahawk
|
||||||
# vlc
|
# vlc
|
||||||
# xmms2d
|
# xmms2d
|
||||||
|
@ -2423,6 +2424,7 @@ get_song() {
|
||||||
"smplayer"
|
"smplayer"
|
||||||
"spotify"
|
"spotify"
|
||||||
"Spotify"
|
"Spotify"
|
||||||
|
"strawberry"
|
||||||
"tomahawk"
|
"tomahawk"
|
||||||
"vlc"
|
"vlc"
|
||||||
"xmms2d"
|
"xmms2d"
|
||||||
|
@ -2472,6 +2474,7 @@ get_song() {
|
||||||
"dragon"*) get_song_dbus "dragonplayer" ;;
|
"dragon"*) get_song_dbus "dragonplayer" ;;
|
||||||
"smplayer"*) get_song_dbus "smplayer" ;;
|
"smplayer"*) get_song_dbus "smplayer" ;;
|
||||||
"rhythmbox"*) get_song_dbus "rhythmbox" ;;
|
"rhythmbox"*) get_song_dbus "rhythmbox" ;;
|
||||||
|
"strawberry"*) get_song_dbus "strawberry" ;;
|
||||||
"netease-cloud-music"*) get_song_dbus "netease-cloud-music" ;;
|
"netease-cloud-music"*) get_song_dbus "netease-cloud-music" ;;
|
||||||
|
|
||||||
"cmus"*)
|
"cmus"*)
|
||||||
|
|
Loading…
Reference in a new issue