From d1f3def2427c2d5cf2267f2401f825d6d4baf03d Mon Sep 17 00:00:00 2001 From: sudacode Date: Mon, 17 Mar 2025 00:55:55 -0700 Subject: [PATCH] update path --- waybar/scroll-mpd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/waybar/scroll-mpd.sh b/waybar/scroll-mpd.sh index 39b9046..db9581c 100755 --- a/waybar/scroll-mpd.sh +++ b/waybar/scroll-mpd.sh @@ -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