summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xspotify-widget/spotify_stat2
1 files changed, 1 insertions, 1 deletions
diff --git a/spotify-widget/spotify_stat b/spotify-widget/spotify_stat
index 175ca2d..b4d4783 100755
--- a/spotify-widget/spotify_stat
+++ b/spotify-widget/spotify_stat
@@ -1,2 +1,2 @@
#!/bin/sh
-pacmd list-sink-inputs | grep -e 'state:' -e 'application.name' | grep -B 1 spotify | grep -P -o '(?<=: )[A-Za-z]*'
+pacmd list-sink-inputs | grep -e 'state:' -e 'application.name' | grep -B 1 -i spotify | grep -P -o '(?<=: )[A-Za-z]*'