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