6 lines
80 B
Text
6 lines
80 B
Text
|
#!/bin/bash
|
||
|
while : ; do
|
||
|
mpc idle > /dev/null
|
||
|
pkill -RTMIN+11 i3blocks ;
|
||
|
done
|