Commit 33d6dd76 authored by Dylan Araps's avatar Dylan Araps

song: Fix matching

parent 130b7028
...@@ -2313,7 +2313,7 @@ get_memory() { ...@@ -2313,7 +2313,7 @@ get_memory() {
} }
get_song() { get_song() {
player="$(ps -e | grep -m 1 \ player="$(ps -e | grep -m 1 -F \
-e "Google Play" \ -e "Google Play" \
-e "Spotify" \ -e "Spotify" \
-e "amarok" \ -e "amarok" \
...@@ -2328,7 +2328,7 @@ get_song() { ...@@ -2328,7 +2328,7 @@ get_song() {
-e "exaile" \ -e "exaile" \
-e "gnome-music" \ -e "gnome-music" \
-e "guayadeque" \ -e "guayadeque" \
-e "iTunes$" \ -e "iTunes" \
-e "juk" \ -e "juk" \
-e "lollypop" \ -e "lollypop" \
-e "mocp" \ -e "mocp" \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment