Automatically switch between power profiles based on power supply and battery status.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
21 | Active |
20 | Rejected |
19 | Inactive |
18 | Inactive |
17 | Inactive |
16 | Inactive |
15 | Active |
14 | Active |
13 | Active |
12 | Active |
11 | Inactive |
10 | Inactive |
9 | Inactive |
8 | Inactive |
7 | Inactive |
6 | Rejected |
5 | Rejected |
4 | Rejected |
3 | Active |
2 | Rejected |
1 | Rejected |
Please also null out in disable: ```js this._powerManagerProxy = null; this._powerManagerCancellable = null; this._powerProfilesProxy = null; this._powerProfilesCancellable = null; ``` [EGO Review Guidelines: Destroy](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#destroy-all-objects) 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
Thanks, will do!