Initial commit
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
pactl \
|
||||
-f json \
|
||||
list sinks \
|
||||
| jq -r ".[] \
|
||||
| select(.name == \"$(pactl get-default-sink)\") \
|
||||
| .description \
|
||||
"
|
||||
Reference in New Issue
Block a user