06-26-2025 04:57 PM - edited 06-26-2025 04:59 PM
Hey ROG fans & Linux users,
I’ve created a Bash script to control RGB lighting on ASUS laptops using OpenRGB. Tested and working on my ROG Strix Hero III (G731GU / G533ZM) running Linux. The script lets you pick lighting effects like Static, Rainbow Wave, Breathing, etc., from a friendly menu (GUI or terminal) — and it remembers your selected RGB device between reboots!
✔️No hardcoded device IDs ✔️ Uses zenity, dialog, or plain Bash ✔️ Fixes mode glitches by auto-resetting LEDs before applying changes ✔️ Plug and play after chmod +x
💡Some devices may list identical device names, so trial-and-error might be needed once — after that it remembers your choice.
🔗Download + source: https://github.com/DiabloPower/asus-rog/blob/main/STRIX/Hero3/asus-led-selector.sh
📦Install:
wget https://raw.githubusercontent.com/DiabloPower/asus-rog/main/STRIX/Hero3/asus-led-selector.sh
chmod +x asus-led-selector.sh
./asus-led-selector.sh
Give it a spin and let me know how it works on other models!