Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env bash
set -e
# Toggle is possible only while track is playing
if playerctl --player=spotify status | grep -v Playing; then
exit 1
fi
# Kill other instances of this script (to avoid windows swithing races)