4 lines
86 B
Bash
Executable file
4 lines
86 B
Bash
Executable file
#!/bin/sh
|
|
while :; do
|
|
mpc idle >/dev/null && pkill -RTMIN+11 dwmblocks || break
|
|
done
|