Display hardware temperatures (CPU, GPU, NVMe, etc.)
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:95
GLib.file_get_contents(`${path}/name`)
extension.js:242
GLib.file_get_contents(`${item.path}/temp1_input`)
extension.js:250
GLib.file_get_contents('/proc/stat')
extension.js:263
GLib.file_get_contents(item.usagePath)
extension.js:266
GLib.file_get_contents('/proc/meminfo')
extension.js:271
GLib.file_get_contents(item.blockPath)
| Version | Status |
|---|---|
| 8 | Unreviewed |
| 7 | Rejected |
| 6 | Rejected |
| 5 | Rejected |
| 4 | Rejected |
| 3 | Rejected |
| 2 | Rejected |
| 1 | Rejected |