This commit is contained in:
Amaury JOLY
2026-03-25 19:01:19 +01:00
parent c7262c7c68
commit b2038c9105
16 changed files with 795 additions and 27 deletions

View File

@@ -0,0 +1,12 @@
#!/bin/sh
# see man zscroll for documentation of the following parameters
zscroll -l 30 \
--delay 1 \
--scroll-padding "  " \
--match-command "`dirname $0`/get_spotify_status.sh --status" \
--match-text "Playing" "--scroll 1" \
--match-text "Paused" "--scroll 0" \
--update-check true "`dirname $0`/get_spotify_status.sh" &
wait