Automatically switch between power profiles based on power supply and percentage.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
20 | Active |
19 | Active |
18 | Inactive |
17 | Rejected |
16 | Rejected |
15 | Rejected |
14 | Inactive |
13 | Rejected |
12 | Active |
11 | Rejected |
10 | Rejected |
9 | Rejected |
8 | Inactive |
7 | Inactive |
6 | Rejected |
5 | Inactive |
4 | Inactive |
3 | Inactive |
2 | Rejected |
1 | Rejected |
1. Also null out in disable: ```js powerManagerProxy = null; powerManagerCancellable = null; powerProfilesProxy = null; powerProfilesCancellable = null; ``` 2. Move lines 40-41 to enable and null them out in disable. 3. Use `console.*` instead of `log()`: https://gjs.guide/extensions/upgrading/gnome-shell-45.html#logging