Battery Power Monitor - Shows percentage, time remaining, and watts in the GNOME Shell panel. Real-time power consumption monitoring with smart display options.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
| Version | Status |
|---|---|
| 21 (17) | Active |
| 21 (16) | Rejected |
| 20 (15) | Rejected |
| 20 (14) | Rejected |
| 19 (13) | Rejected |
| 18 (12) | Rejected |
| 18 (11) | Rejected |
| 17 (10) | Rejected |
| 16 (9) | Rejected |
| 15 (8) | Active |
| 14 (7) | Active |
| 14 (6) | Rejected |
| 12 (5) | Rejected |
| 4 | Rejected |
| 3 | Rejected |
| 2 | Rejected |
| 1 | Rejected |
Is this code generated by AI? If so, we have a rule for that: [EGO Review Guidelines: AI](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#extensions-must-not-be-ai-generated)
The code consistency is achieved through strict use of Prettier and ESLint, not AI generation. I recently refactored the project into multiple libraries to improve maintainability and added JSDoc throughout to upgrade the documentation... while I do use tools like Coderabbit for quality review and Codex for debugging assistance, I personally review every line and understand the entire codebase. The "cleaniest" look is a result of this rigorous linting and documentation effort.
Is heavy refactor fork from https://github.com/ZachGoldberg/batt_consumption_wattmetter and the circular indicator logic is adapted from https://github.com/Deminder/battery-indicator-icon so the codebase is pretty much well mature project of mine. The more I would learn the better it would become