Changed battery pull time in bar

This commit is contained in:
madmaurice 2015-09-08 05:54:26 +02:00
parent 418205e3c3
commit 32fb34bbe5

View file

@ -95,7 +95,7 @@ battery() {
echo battery "%{A:I battery 1061:}$icon $info%{A}" > $FIFO
sleep 5;
sleep 2m;
done;
}