Files
dotfiles/.scripts/sl-wrap

5 lines
93 B
Bash
Executable File

#!/bin/sh
pgrep -f spotify-lyrics && (killall spotify-lyrics || exit 1)
spotify-lyrics "$@"