1
0
Fork 0
dotfiles/.local/libexec/daemons/sbd-music

5 lines
88 B
Plaintext
Raw Normal View History

2023-02-06 22:22:50 +01:00
#!/bin/sh
2023-02-07 17:19:53 +01:00
while :; do
2024-01-02 19:09:46 +01:00
(mpc idle >/dev/null && pkill -RTMIN+11 dwmblocks) || break
2023-02-06 22:22:50 +01:00
done