update path

This commit is contained in:
sudacode 2025-03-17 00:55:55 -07:00
parent 5a73db92c9
commit d1f3def242

View File

@ -2,10 +2,10 @@
zscroll -p ' | ' --delay 0.2 \
--length 30 \
--match-command "$HOME/.config/waybar/scripts/escape-mpc-pango.sh 'mpc status'" \
--match-command "$HOME/.config/waybar/scripts/escape-pango.sh 'mpc status'" \
--match-text "playing" "--before-text ' '" \
--match-text "paused" "--before-text ' ' --scroll 0" \
--match-text "^volume:" "--before-text '' --scroll 0 --after-text ''" \
--update-interval 1 \
--update-check true "$HOME/.config/waybar/scripts/escape-mpc-pango.sh 'mpc current'" &
--update-check true "$HOME/.config/waybar/scripts/escape-pango.sh 'mpc current'" &
wait