1
0
Fork 0
dotfiles/.local/bin/statusbar/sbd-music
2022-09-17 00:09:47 +02:00

4 lines
88 B
Bash
Executable file

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