This balancer tracks your work time and suggests rest time accourding to this graph:
where a horizontal axis is for working and a vertical one for resting.
It passes through both the Pomodoro Technique and the 52/17 rule.
The more you work, the more rest you need per working minute. If you rest less than suggested and start to work again, what usually happens sometimes anyway, it remembers non-rested work time by subtracting actual rest time from needed rest time and converting it into work time by the graph. For example, if you work for 52 minutes, it suggests you rest for 17 minutes. Then, if you only rest for 12 minutes and then work 27 minutes, it suggests you rest for 17 minutes (not just ~6 minutes for 27 minutes of the latest work time).
It beeps when work time is 25 and 52 minutes and when rest ends.
You will need the Rust programming language and its cargo package manager installed on your system.
See the official documentation here to get it installed.
Then run this command and remember the path where the executable has placed:
sh
cargo install --path .
To install the required icons execute this command:
sh
./install_icons.sh
Add a new item of type Generic monitor
onto the panel and open the list of all panel items.
Hover your mouse over the added item and remember the number after the genmon-
.
Open properties for the item and set the command to the executable path.
Disable the label and set the period to 1 second, then save.
Bind the application with the item by replacing item_id
with the number you have remembered and running this command:
sh
cargo run -- bind_plugin_id item_id
You can click the item or add a keyboard shortcut (e. g. on the Pause/Break button) to the executable path followed by the toggle
parameter to start/stop tracking work time.
You can hover your mouse over the item to show the phase, the work and break time, and the end of the break:
tick icons created by Roundicons - Flaticon
pomodoro icons created by Freepik - Flaticon
speed icons created by Freepik - Flaticon