Initial commit

This commit is contained in:
Oscar Wallberg
2024-07-14 13:55:45 +02:00
commit 24430a42fb
75 changed files with 6638 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/usr/bin/env sh
pactl \
-f json \
list sinks \
| jq -r ".[] \
| select(.name == \"$(pactl get-default-sink)\") \
| .description \
"