dwm-flexipatch/polybar/scripts/scroll-media-playing.sh
2024-03-30 20:03:08 -04:00

12 lines
328 B
Bash
Executable File

#!/usr/bin/env bash
zscroll \
--length $(xrdb -get polybar.maxlen) \
--delay 0.2 \
--scroll-padding " | " \
--match-command "`dirname $0`/get-media-status.sh" \
--match-text "Playing" "--scroll 1" \
--match-text "Paused" "--scroll 0" \
--update-check true "`dirname $0`/get-media-playing.sh" &
wait