Review of "TLP Profile Switcher" version 1

Details Page Preview

Easily switch between TLP power management profiles directly from GNOME Shell panel. Create custom power profiles for different usage scenarios (performance, battery saving, balanced) and switch between them with a single click. Profiles are stored in ~/.tlp/ directory as .conf files.

Extension Homepage
https://github.com/MAHAON26/tlp-switcher

No comments.

FAQ

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Version Status
4 Active
3 Inactive
2 Rejected
1 Rejected

Previous Reviews on this Version

JustPerfection active
Please use aysnc for reading file content since you are in the shell process: [Gio.File.load_contents_async](https://gjs-docs.gnome.org/gio20~2.0/gio.file#method-load_contents_async) 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
JustPerfection rejected
Timeout should be removed on destroy (line 250 `extension.js`): [EGO Review Guidelines: Timeout](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#remove-main-loop-sources)