voidrice/.scripts/i3mpdupdate
2018-05-07 09:07:47 -07:00

5 lines
80 B
Bash
Executable file

#!/bin/bash
while : ; do
mpc idle > /dev/null
pkill -RTMIN+11 i3blocks ;
done