Add waybar

This commit is contained in:
Hydroxycarbamide 2024-05-14 19:47:03 +02:00
parent e0c17f71e2
commit 1ff2d77058
19 changed files with 1043 additions and 0 deletions

View file

@ -0,0 +1,15 @@
#!/bin/bash
cmd="${0%/*}/get_status.sh $1"
zscroll -l 30 \
--scroll-padding "$(printf ' %.0s' {1..8})" \
-d 0.5 \
-M "${0%/*}/get_status_paused.sh $1" \
-m "Playing" "--scroll 1" \
-m "Paused" "--scroll 0" \
-m "Stopped" "--scroll 0" \
-U 5 -u true "$cmd" &
wait