Review of "Resource Monitor" version 2

Details Page Preview

Resource Monitor is a GNOME Shell extension that provides real-time monitoring of key system resources directly in the GNOME Shell top bar. It tracks CPU usage, load average, and temperature; RAM and swap usage; disk stats and space; GPU usage, memory, and temperature; and network activity for both WLAN and Ethernet connections.

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.

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.