-
Notifications
You must be signed in to change notification settings - Fork 0
pomodoroExtension
- user selects a
work
play-list and apause
play-list. - music plays for 25mns (configurable) from the
work
play-list, - commenter announces a 5mn pause (configurable), along with some compliment about how well the user worked,
- music plays for 5mns (configurable) from the
work
play-list, - commenter announces the end of pause
- GOTO 2
Many typing break software can be used for pomodoro, except that not all mental work require typing on the keyboard....
sudo apt-get install workrave
https://www.emacswiki.org/emacs/TypeBreakMode
(setq type-break-interval 1500) % 25*60 seconds for a break each 25mns
(setq type-break-good-rest-interval 300) % 5*60 seconds for a break each 25mns
(type-break-schedule)
(type-break-statistics)
(type-break-mode-line-message-mode)
DrWright (for linuxGnome, 2012) http://lifehacker.com/5928804/drwright-for-linux-forces-you-to-stop-typing-and-take-a-break
http://zeroset.mnim.org/2012/05/11/drwright-a-typing-break-application-for-gnome-and-unity-on-ubuntu-12-04/ To install this, go to your terminal and type: sudo add-apt-repository ppa:drwright/stable
It will ask if you want to add the repository, type: y
Then type: sudo apt-get update
When that’s finished, type: sudo apt-get install drwright
Then go to System Settings and Typing Break should be under “Personal”
- http://askubuntu.com/questions/63999/how-can-i-install-typing-break
- Gnome 3 developers have dropped this from gnome-control-center
- An alternative in for typing break is workrave.
- An enterprising developer has resurrected DrWright for Precise.
- Ubuntu 12.10,13.10,14.04
Note, that for 12.10,13.10,14.04 ppa is not up to date, so you have to use precise repositories:
deb http://ppa.launchpad.net/drwright/stable/ubuntu precise main deb-src http://ppa.launchpad.net/drwright/stable/ubuntu precise main
http://www.lifehack.org/articles/productivity/how-make-the-pomodoro-technique-more-productive.html
- “Mi Pomodoro Musical” https://www.youtube.com/watch?v=HZuRDE3HM7I
- “Explicando como hacer un Pomodoro Musical” https://www.youtube.com/watch?v=K3XrNuUk3fM”
- Application comes for free, including
- a first sample of amusing audio comments
- some free ambient music
- Business can pay to have audio announcements during the pause.
- Users can pay to
- acquire additional sets of radio comments (without publicity)
- configure which comments play when (depending on the time, on the location, on the mood, the task performed)
- bid on future features to be developped (each feature is assigned a price, first one which price is reached is developped)
- big breaks
- add a
bigbreak
playlist, with music to play for 30mn when 4 pomodoros have been spent. - warning
- give a warning 2mns before the end of the 25mn period by adding a “boiling water” sound to the music
- delay
- allow the user to delay the pause by 2mns
- block
- block the screen and keyboard during pause
- click to start
- Work session does not start automatically, instead require the user to confirm.
- key logger
- work session starts automatically when user start pressing keyboard
- youtube break
- pause displays videos from a selected playlist on youtube
- photo break
- pause displays pictures from a folder
- rsi break
- pause displays exercises for wrists
- juggling break
- pause displays exercises for juggling
https://github.com/rcaelers/workrave