Skip to content

Commit

Permalink
fix: fix wrong time in Pomodoro
Browse files Browse the repository at this point in the history
  • Loading branch information
GiveMeSomething committed Aug 15, 2021
1 parent a2f6bf3 commit 0fd323e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion takeabreak.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ set /a numtime=pomodorotime + 1
set pomodorotime=%numtime%

@echo Starting loop number %pomodorotime%
timeout /nobreak 5
timeout /nobreak 1500
start "" cmd /wait /c "echo End of loop&echo Please take a break&echo This window will automically close in 10 seconds&timeout 30& exit"

if %pomodorotime% == 4 (goto POMODOROEND) else (goto POMODOROCHOICE)
Expand Down

0 comments on commit 0fd323e

Please sign in to comment.