changed to setup script to /etc/skel
This commit is contained in:
12
arch_check/.config/polybar/scripts/scroll_spotify_status.sh
Executable file
12
arch_check/.config/polybar/scripts/scroll_spotify_status.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
# see man zscroll for documentation of the following parameters
|
||||
zscroll -l 80 \
|
||||
--delay 0.1 \
|
||||
--scroll-padding " " \
|
||||
--match-command "$HOME/.config/polybar/scripts/get_spotify_status.sh --status" \
|
||||
--match-text "Playing" "--scroll 1" \
|
||||
--match-text "Paused" "--scroll 0" \
|
||||
--update-check true "$HOME/.config/polybar/scripts/get_spotify_status.sh" &
|
||||
|
||||
wait
|
||||
Reference in New Issue
Block a user