I recommend to make sure that the battery indicator in /sys/class/... works in general (run cat on the values, I've read that it needs to be calibrated on the N900 or something), and if you are sure that it works, then asking in the i3 community for help with that specific configuration. Finally after figuring it out, it would be super nice to create a pull request that fixes the configuration in the postmarketOS package.
Yes. It's shown as a percent. I have extended battery so its like 333 percent when full.
It's the change of path, and some other stuff you can see above.
However in format = "%status %percentage %remaining" .... I have gotten rid of %status and %remaining as they do not function.
I can update my pr if you're having issues with yours.
I believe 333% is incorrect, even for an extended battery. FWIW, it was showing around 180% for my standard BL-5J. Such values are nowhere to be found in raw bq27200 output. Also, at least to me, values like these (higher than 100%) have no value (pun ).
Overall, maybe I just like seeing my battery reporting as close as possible to how it is reported in Maemo (and even on laptops, etc.), which might be different to what others like. Therefore, it might be best to withdraw my PR, and keep my changes local.
Ok I agree that POWER_SUPPLY_CHARGE_FULL_DESIGN should be calibrated to actual battery, and the percent should have a max at 100. The 333 percent is "correct" based off raw values uevent (ENERGY_NOW / CHARGE_FULL_DESIGN).
Your PR is the better solution, so I would say lets use that.