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

10 lines
196 B
Text
Raw Normal View History

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