Shows NVIDIA GPU stats in the toolbar. Requires nvidia-settings or nvidia-smi. Includes Bumblebee support.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
13 | Rejected |
12 | Active |
11 | Active |
10 | Active |
9 | Rejected |
8 | Active |
7 | Active |
6 | Active |
5 | Active |
4 | Rejected |
3 | Active |
2 | Active |
1 | Active |
1. You cannot create objects in `init()` (line 465 to 469 extension.js): https://gjs.guide/extensions/review-guidelines/review-guidelines.html#only-use-init-for-initialization Move everything to enable and null them out in disable. 2. Also null out `_menu` in disable (extension.js). 3. You cannot create objects in global scope which the same as init (line 11 to 17 gIcons.js). Create a function there that can create and return them. If you need any help with your extension you can ask us on: - [GNOME Matrix Channel](https://matrix.to/#/#extensions:gnome.org) - IRC Bridge: irc://irc.gimpnet.org/shell-extensions