1 * The dial doesn't fill up/drain out very prettily. Add some code to special
2 case things so it looks better.
3 * Make it load up the mask from file, not #include it.
4 * Allow user-settable colors, like asclock does.
5 * Improve the battery lifetime estimation algo.
6 * Break the ACPI code out into a proper standalone library (already 2 other
8 * Make -b 0 display an overall average of the status of all batteries,
9 much like apm does on multi-battery laptops.
10 * The simplehal interface is not very good. It polls once per second,
11 it would be much better if it let HAL notify it about changes instead.