update waybar scripts

This commit is contained in:
2025-03-18 20:07:55 -07:00
parent b931f47e07
commit 8e19d89ba2
5 changed files with 38 additions and 7 deletions

View File

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