Fixed big issue concerning pause time

This commit is contained in:
Yann Esposito (Yogsototh) 2011-07-16 11:18:15 +02:00
parent 37e6f71c6d
commit a055db70f4

View file

@ -89,9 +89,9 @@ while (true) {
print -n "\nTime for a break."
notify "Time for a break."
if ((nb++ % 4 == 0)); then
RELAX_TIME=$SHORT_RELAX_TIME
else
RELAX_TIME=$LONG_RELAX_TIME
else
RELAX_TIME=$SHORT_RELAX_TIME
fi
timer $RELAX_TIME
}