Version: v1.0.0
This script provides a menu interface to control RGB lighting effects on Acer Predator keyboards using the acer-predator-turbo-and-rgb-keyboard-linux-module.
- Select from 6 lighting effects
- Choose red, blue, or green colors
- Adjust animation speed (1-9)
- Configure zones (1-4 or all)
- Save profiles
- List saved profiles
- Load saved profiles
-
Clone the Repository and follow the instructions:
git clone https://github.com/JafarAkhondali/acer-predator-turbo-and-rgb-keyboard-linux-module.git cd acer-predator-turbo-and-rgb-keyboard-linux-module
-
Prepare the Script:
Ensure
facer_rgb.py
(from the linked repository) is in the same directory as your script (acer-rgb.sh
oracer-rgb
).If you need to rename your script for convenience:
mv acer-rgb.sh acer-rgb
-
Make the Script Executable:
chmod +x acer-rgb
-
Move the Script to a Directory in Your PATH:
To run
acer-rgb
from anywhere without specifying the path, move it to a directory that is listed in your system's PATH (e.g.,/usr/local/bin/
):sudo mv acer-rgb /usr/local/bin/
Now, you can run acer-rgb
from any terminal session by typing:
acer-rgb
Follow the on-screen menu options to control your Acer Predator keyboard's RGB lighting.
If you encounter any issues or have suggestions, please visit the acer-rgb-menu repository.