Comment 1 for bug 1078813

Revision history for this message
Marius Gedminas (mgedmin) wrote :

First of all, sorry for taking so long to reply to your bug report.

How about this: a new setting in .gtimelogrc

    break_hours = 1

and then I change the computation of the "left/overtime" bit to be (hours + break_hours) - (total_work + total_slacking + time_since_last_task_was_completed)? Does that sound acceptable?