dotfiles/.config/polybar/scripts/spotprev.sh

11 lines
106 B
Bash
Executable file

#!/bin/sh
main() {
if ! pgrep -x spotify >/dev/null; then
echo "";exit
fi
echo " 玲"
}
main "$@"