diff options
Diffstat (limited to 'spotify-widget')
-rwxr-xr-x | spotify-widget/spotify_stat | 2 |
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]*' |