A small cli tool to control ROG laptop's power profile mode and fan mode.
This is a do-as-you-learn hobby project.
- 3 profile switching[Silent, Balanced, Performance]
- Separate fan mode control
- Wayland On-Screen-Display (need to have swayosd)
- GUI
- Custom Profile
- asus-nb-wmi kernel module for fan control.
- provided udev rules for rootless control.
mkdir build && cd build
cmake .. && make
name=<profilename>
maxghz=4.5
fanmode=3
turbo=1
fanmode values: 1,2,3
turbo values: 1 for on, 0 for off
See usage with --help