case insensitive search for application name
This commit is contained in:
parent
c9030cbe64
commit
89d363ec0c
|
@ -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]*'
|
||||
|
|
Loading…
Reference in New Issue