Tobias Heimann wrote:
IMHO it would be more logical to spread the highest interval as the
other ones, e.g. using:
int l = MIN(battery_level(), 99);
...
*intval = limit * l / 100 + 1 + 1;
The volume display interval has the same issue btw.
Sounds OK to me. Care to submit a patch? Linus
