seerge / g-helper

Lightweight Armoury Crate alternative for Asus laptops and ROG Ally. Control tool for ROG Zephyrus G14, G15, G16, M16, Flow X13, Flow X16, TUF, Strix, Scar and other models
https://g-helper.com
GNU General Public License v3.0
7.61k stars 266 forks source link

RGB software off #3299

Closed bigggggert closed 1 week ago

bigggggert commented 1 week ago

Rules

Is your feature request related to a problem? Please describe

My problem is that g-helper blocks OpenRGB and that program has a lot more customisability for my laptop.

Describe the solution you'd like

A button to turn the rgb software off and not the rgb.

Describe alternatives you've considered

No response

Device and Model

Asus Zephyrus GX501GI

Additional information.

No response

seerge commented 1 week ago

@bigggggert hello,

This is already possible. You just nee to add following line to %appdata%\GHelper\config.json

"skip_aura" : 1,

As explained in power user settings

Then G-Helper will not set RGB (Aura) on app start. So unless you explicitly change RGB modes in UI - nothing will be affected.

Thanks

bigggggert commented 1 week ago

@seerge Thanks