Shows live GPU VRAM usage in the top bar; click for a per-GPU summary, the processes using the GPU, and the full nvidia-smi output.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-L-003 warning
signals connected by extension should be disconnected in disable()
Signals assigned in `enable()` are missing matching disconnect calls in `disable()` or its helper methods.
extension.js:88
this.menu.connect('open-state-changed', (menu, isOpen) => {
if (isOpen)
this._startDetailPolling();
else
this._stopDetailPolling();
})
| Version | Status |
|---|---|
| 3 | Unreviewed |
| 2 | Rejected |
| 1 | Active |
If you need any help with your extension you can ask us on: - [GNOME Extensions Matrix Channel](https://matrix.to/#/#extensions:gnome.org) - IRC Bridge: irc://irc.gimpnet.org/shell-extensions