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