5 lines
88 B
Text
5 lines
88 B
Text
|
#!/bin/sh
|
||
|
while : ; do
|
||
|
mpc idle >/dev/null && pkill -RTMIN+11 dwmblocks || break
|
||
|
done
|