vincentbernat.i3wm-configur.../bin/spotify-clean

11 lines
210 B
Text
Raw Normal View History

#!/bin/sh
2022-07-22 12:08:27 +02:00
# Kill all spotify streams, except the most recent (old?) one.
exit 0
2022-06-30 21:22:43 +02:00
pw-cli dump short client \
| grep -F 'ap="spotify"' \
2022-07-22 12:08:27 +02:00
| tail -n+2 \
2022-06-30 21:22:43 +02:00
| cut -d: -f1 \
| xargs -rn1 pw-cli destroy