add scripts

This commit is contained in:
2025-05-03 23:07:18 -07:00
parent 5cff20c839
commit 773f468b37
20 changed files with 1081 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
#!/bin/sh
zscroll -p ' | ' --delay 0.2 \
--length 30 \
--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/playerctl.sh firefox" &
wait