A glimpse into your computer's temperature, voltage, fan speed, memory usage, processor load, system resources, network speed and storage stats. This is a one stop shop to monitor all of your vital sensors. Uses asynchronous polling to provide a smooth user experience. Feature requests or bugs? Please use GitHub.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
69 | Active |
68 | Active |
67 | Inactive |
66 | Inactive |
65 | Inactive |
64 | Rejected |
63 | Inactive |
62 | Rejected |
61 | Active |
60 | Inactive |
59 | Inactive |
58 | Inactive |
57 | Active |
56 | Inactive |
55 | Inactive |
54 | Inactive |
53 | Inactive |
52 | Inactive |
51 | Inactive |
50 | Inactive |
49 | Inactive |
48 | Inactive |
47 | Rejected |
46 | Inactive |
45 | Inactive |
44 | Rejected |
43 | Inactive |
42 | Inactive |
41 | Rejected |
40 | Inactive |
39 | Active |
38 | Inactive |
37 | Inactive |
36 | Rejected |
35 | Inactive |
34 | Rejected |
33 | Active |
32 | Rejected |
31 | Inactive |
30 | Inactive |
29 | Rejected |
28 | Rejected |
27 | Inactive |
26 | Inactive |
25 | Inactive |
24 | Inactive |
23 | Inactive |
22 | Inactive |
21 | Inactive |
20 | Inactive |
19 | Inactive |
18 | Inactive |
17 | Rejected |
16 | Inactive |
15 | Inactive |
14 | Inactive |
13 | Inactive |
12 | Rejected |
11 | Rejected |
10 | Rejected |
9 | Inactive |
8 | Rejected |
7 | Inactive |
6 | Inactive |
5 | Inactive |
4 | Rejected |
3 | Rejected |
2 | Inactive |
1 | Rejected |
1. Lang is a deprecated module. Please remove it for the next version: https://wiki.gnome.org/Projects/GnomeShell/Extensions/Review#General_Advice You can use GObject instead: https://gjs.guide/guides/gjs/legacy-class-syntax.html#comparison-between-legacy-and-es6-implementations 2. It's better to use imports in global scope. For example, move `MenuItem = Me.imports.menuItem;` out of extension.js->init . 3. Just to have files in correct folders, you should move .ui file out of schemas folder. schemas folder shouldn't have .ui file since schema and UI are completely different things. btw, schemas folder has special meaning for an extension package since they can hold compiled and source files of schema. Please join us on GNOME Matrix channel, you can always ask questions related to the extensions there: https://matrix.to/#/#extensions:gnome.org
Thank you for this valuable input. Can you point me to a page or example project that shows the replacement for Lang.bind?
Lang to GObject example: https://gjs.guide/guides/gjs/legacy-class-syntax.html#comparison-between-legacy-and-es6-implementations Please join us on GNOME Matrix channel if you need more help: https://matrix.to/#/#extensions:gnome.org