vincentbernat.i3wm-configur.../bin/spotify-clean
2022-07-22 12:08:27 +02:00

9 lines
203 B
Bash
Executable file

#!/bin/sh
# Kill all spotify streams, except the most recent (old?) one.
pw-cli dump short client \
| grep -F 'ap="spotify"' \
| tail -n+2 \
| cut -d: -f1 \
| xargs -rn1 pw-cli destroy