Really cool tool! Helps me a lot so I don’t run into my usage limits too quickly anymore or spam /usage.
Feature description
It would be nice if the rounding behaviour is configurable or defaults to round to nearest, and maybe decimal places can be shown next to the leading number. This is an extension of #24, not a duplication. The former PR adds a nice feature but for cramped taskbars a simple one- or two-digit number needs less space and communicates the same in a slightly more uncommon format.
(#24 mentions “sub-hour behavior unchanged”, so I think the rounding issue for the compact Xh/Xd display still exists.)
Current behaviour
The current behaviour is rounding down (floor/truncate) when showing the compact countdown.
Only the hour in the compact countdown is shown, so it represents a round down. As soon as the remaining time goes below a full hour (e.g. from 4:00h to 3:59h) the timer shows 3h remaining. This is a bit misleading because the error is up to nearly one hour.
Anticipated behaviour
Either of those, descending in practicality or best case all of them as a drop down:
- Round to nearest: 3:59 -> 4h; 3:30 -> 4h; 3:29 -> 3h
- Round to nearest with one or two decimal places: 3:59 -> 4h; 3:47 -> 3.78h or 3.8h; 3:30 -> 3.5h and so on
- Round up: 3:59 -> 4h; 3:01:01 -> 4h; 2:59:59 -> 3h
It would be great if the rounding behaviour can be integrated together with #24 in a menu to customize the time format together with the current rounding behaviour (which I can imagine might be also nice in some circumstances).
Really cool tool! Helps me a lot so I don’t run into my usage limits too quickly anymore or spam /usage.
Feature description
It would be nice if the rounding behaviour is configurable or defaults to round to nearest, and maybe decimal places can be shown next to the leading number. This is an extension of #24, not a duplication. The former PR adds a nice feature but for cramped taskbars a simple one- or two-digit number needs less space and communicates the same in a slightly more uncommon format.
(#24 mentions “sub-hour behavior unchanged”, so I think the rounding issue for the compact Xh/Xd display still exists.)
Current behaviour
The current behaviour is rounding down (floor/truncate) when showing the compact countdown.
Only the hour in the compact countdown is shown, so it represents a round down. As soon as the remaining time goes below a full hour (e.g. from 4:00h to 3:59h) the timer shows 3h remaining. This is a bit misleading because the error is up to nearly one hour.
Anticipated behaviour
Either of those, descending in practicality or best case all of them as a drop down:
It would be great if the rounding behaviour can be integrated together with #24 in a menu to customize the time format together with the current rounding behaviour (which I can imagine might be also nice in some circumstances).