Merge branch 'master' of https://github.com/streetturtle/awesome-wm-widgets
This commit is contained in:
commit
0bf81d5e9e
|
@ -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