Review of "Resource Monitor" version 2

Details Page Preview

Real-time system monitor for the GNOME Shell top bar. Tracks CPU, RAM, swap, disk, network, and GPU usage with optional thermal metrics and customizable panel formatting.

Extension Homepage
https://github.com/0ry0n/Resource_Monitor/

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)

Shexli has not produced a result yet.

All Versions

Previous Reviews on this Version

andyholmes rejected
Most of your extension is acceptable, however you create widgets and connect a number signals in `init()` which will never be disconnected, even if a user uninstalls your extension. These should instead be connected in `enable()` and disconnected in `disable()`. Please resubmit with these changes and I'll approve.