Pomodoro: set the right $BREAK_TIME
This commit is contained in:
parent
12b8e843d2
commit
7995970517
1
pomodoro
1
pomodoro
|
@ -64,7 +64,6 @@ else
|
||||||
BREAK_MSG="Pause"
|
BREAK_MSG="Pause"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
BREAK_TIME=${SHORT_BREAK_TIME}
|
|
||||||
printf '%b' "${BREAK_MSG}\n${BREAK_TIME}" > "${TASK_PATH}"
|
printf '%b' "${BREAK_MSG}\n${BREAK_TIME}" > "${TASK_PATH}"
|
||||||
|
|
||||||
while [ "${BREAK_TIME}" -gt 0 ]; do
|
while [ "${BREAK_TIME}" -gt 0 ]; do
|
||||||
|
|
Loading…
Reference in New Issue