Review of "Fox Battery" version 2

Details Page Preview

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

Extension Homepage
https://github.com/OrangeAreFruit/fox-battery

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

Shexli (experimental) warning 1

Shexli found 1 issue that may need reviewer attention.

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()`.

File Operations

  • 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')

All Versions

Version Status
3 Unreviewed
2 Rejected
1 Rejected

Previous Reviews on this Version

lanfanqie auto- rejected
Auto-rejected because of new version 3 was uploaded