A cute cartoon fox battery icon for the GNOME top bar (also on lock screen), plus an 80%/90% charge limit for Xiaomi/Redmi laptops via acpi_call + WMI. Multi-language settings panel (auto/zh/en). Works on any laptop for the icon; charge limit needs Xiaomi/Redmi WMAA WMI
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-X-004 warning
extensions should avoid synchronous file IO in shell code
Shell code should avoid synchronous file IO APIs like `GLib.file_get_contents()` and `Gio.File.load_contents()`.
extension.js:152
GLib.file_get_contents(
'/sys/class/power_supply/BAT0/capacity')
extension.js:154
GLib.file_get_contents(
'/sys/class/power_supply/BAT0/status')
| Version | Status |
|---|---|
| 3 | Unreviewed |
| 2 | Rejected |
| 1 | Rejected |