summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpmakhov <pavel.makhov@savoirfairelinux.com>2017-08-15 20:54:51 -0400
committerpmakhov <pavel.makhov@savoirfairelinux.com>2017-08-15 20:54:51 -0400
commit0bf81d5e9e04a251a677320cc6aa68eb5a630f8b (patch)
treed5ae689b31ca48b3e5df4a61c1d5cf2cbfb9097b
parent8d501f4b3ca94fa6609d35ae595b70e0a8222014 (diff)
parent89d363ec0c09dfe3cba51a2c2d266006c6fd463a (diff)
Merge branch 'master' of https://github.com/streetturtle/awesome-wm-widgets
-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]*'