vincentbernat.i3wm-configur.../bin/spotify-clean
2022-06-30 21:22:43 +02:00

9 lines
196 B
Bash
Executable file

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