song: Added support for plasma-browser-integration
This commit is contained in:
parent
c7685b4cfb
commit
ad16b5925c
4
neofetch
4
neofetch
|
@ -2426,6 +2426,7 @@ get_song() {
|
||||||
"mopidy"
|
"mopidy"
|
||||||
"mpd"
|
"mpd"
|
||||||
"netease-cloud-music"
|
"netease-cloud-music"
|
||||||
|
"plasma-browser-integration"
|
||||||
"pogo"
|
"pogo"
|
||||||
"pragha"
|
"pragha"
|
||||||
"qmmp"
|
"qmmp"
|
||||||
|
@ -2486,7 +2487,8 @@ get_song() {
|
||||||
"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" ;;
|
"strawberry"*) get_song_dbus "strawberry" ;;
|
||||||
"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" ;;
|
||||||
|
|
||||||
"cmus"*)
|
"cmus"*)
|
||||||
song="$(cmus-remote -Q | awk 'BEGIN { ORS=" "};
|
song="$(cmus-remote -Q | awk 'BEGIN { ORS=" "};
|
||||||
|
|
Reference in New Issue