1
0
Fork 0
dotfiles/.local/bin/daemons/sbd-music
2023-04-13 10:48:36 +02:00

4 lines
93 B
Bash
Executable file

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