This is a simple tray widget which lets the user change their Asus-ROG laptop power profiles and graphics mode.
Supported features are:
- Change power profiles
- Change graphics mode
- Display discrete GPU status
An Asus-ROG laptop is required (tested on Asus Zephyrus G14 2021).
This project depends on:
- python >= 3 (tested with version 3.10.5)
- PyQt5
- powerprofilectl (tested with version 0.11.1)
- supergfxctl (tested with version 4.0.4, broken with version 5.0.1)
To start the tray widget:
python src/launch.py
It is recommended to launch this tray widget at startup.
Icons contained in icons/ directory are made by Good Ware on flaticon. They are under flaticon license. Icons used in this project are from those packs: 1, 2
The code is under MIT License.