Adds Custom Battery icon to the system menu.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
1. Please add GitHub or GitLab url to the `metadata.json`: [EGO Review Guidelines: url](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#metadata-json-must-be-well-formed) 2. Remove line 36 `prefs.js`. 3. Remove line 57-76 `prefs.js`. Not needed. 4. Don't use old imports (line 13 `extension.js`). 5. Use `console.*` instead of `log()`. Logs should be only available on debug mode. For debug use `console.debug()` instead of `console.log()`: [Port Guide 45: Logging](https://gjs.guide/extensions/upgrading/gnome-shell-45.html#logging) 6. Remove all unnecessary try and catch wrappers. If the catch is only doing `logError()`, that means they are unnecessary.