chore: initial commit

This commit is contained in:
2024-08-08 14:39:30 +02:00
commit 66bdf943c7
12 changed files with 1261 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
#!/bin/bash
# see man zscroll for documentation of the following parameters
zscroll -l 120 \
--delay 0.3 \
--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