update waybar to catppuccin macchiato

This commit is contained in:
2025-03-15 14:29:31 -07:00
parent 4591a5d65c
commit c326a20a99
12 changed files with 967 additions and 26 deletions

10
scripts/scroll-mpd.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
zscroll -p ' | ' --delay 0.2 --before-text " x" \
--length 30 \
--match-command "mpc status" \
--match-text "playing" "--before-text ' '" \
--match-text "paused" "--before-text ' ' --scroll 0" \
--update-interval 1 \
--update-check true "mpc current" &
wait