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

5 lines
88 B
Bash
Executable File

#!/bin/sh
while :; do
(mpc idle >/dev/null && pkill -RTMIN+11 dwmblocks) || break
done