1
0
dotfiles/gui/scripts/scroll-spotify-status.sh
erick-alcachofa ea989b8071
chore: Initial commit
Current dotfiles settings (previously hosted on github)
2025-03-01 21:43:33 -06:00

12 lines
343 B
Bash
Executable File

#!/bin/bash
# see man zscroll for documentation of the following parameters
zscroll -l 30 \
--delay 0.2 \
--match-command "`dirname $0`/spotify-status.sh --status" \
--match-text "Playing" "--scroll 1" \
--match-text "Paused" "--scroll 0" \
--update-check true "`dirname $0`/spotify-status.sh" &
wait