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

7 lines
131 B
Text
Raw Normal View History

#!/bin/sh
pactl list short clients \
| awk '($3 == "spotify") {print $1}' \
| head -n-1 \
| xargs -rn1 pw-cli destroy