song: Fix itunes issue.

This commit is contained in:
Dylan Araps 2018-05-25 04:57:18 +10:00
parent e8ab52de7d
commit cb81e21ee2

View file

@ -2317,7 +2317,9 @@ get_memory() {
}
get_song() {
player="$(ps -e | grep -m 1 -F \
player="$(ps -e)"
player="${player/iTunesHelper}"
player="$(grep -m 1 -F \
-e "Google Play" \
-e "Spotify" \
-e "amarok" \
@ -2348,7 +2350,7 @@ get_song() {
-e "xmms2d" \
-e "yarock" \
-e "sayonara" \
-e "vlc")"
-e "vlc" -- <<< "$player")"
player="${player/* }"
player="${player##*/}"