3 lines
126 B
Plaintext
3 lines
126 B
Plaintext
|
#!/bin/sh
|
||
|
pacmd list-sink-inputs | grep -e 'state:' -e 'application.name' | grep -B 1 spotify | grep -P -o '(?<=: )[A-Za-z]*'
|