Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature request] Decrease work per block #6

Open
rigid opened this issue Mar 19, 2018 · 1 comment
Open

[feature request] Decrease work per block #6

rigid opened this issue Mar 19, 2018 · 1 comment

Comments

@rigid
Copy link

rigid commented Mar 19, 2018

It would be nice if there would be a way to decrease the work-time by a constant after each block.
e.g. work=30, work_decrease=5, break=10, rest=60, 5 intervals per block would result in:

  1. Warmup (60s)
  • 30s work / 10s break
  • 25s work / 10s break
  • 20s work / 10s break
  • 15s work / 10s break
  • 10s work / 10s break
  1. Cooldown (60s)

That would help with ongoing exhaustion and can increase the motivation to do more blocks.
A value of 0 as default would replicate the current behaviour.

@kwantam
Copy link
Owner

kwantam commented Mar 30, 2018

This is a great idea. I can't say when I will have time to implement it, but I will definitely revisit when I have time!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants