Remove redundant script (because PipeWire)

This commit is contained in:
2022-05-11 14:18:24 +02:00
parent 474f071cb9
commit 99c9e249e5

View File

@@ -1,9 +0,0 @@
#!/usr/bin/env bash
sink=$(pacmd list-sinks \
| grep "bluez.alias" \
| cut -d' ' -f3 \
| tr -d \" \
| xargs)
echo "$sink"