A streamlined Bash-based frontend for managing PredatorSense-like features on Linux systems, using the Linuwu-Sense kernel module.
Fork of 0x7375646F/Linuwu-Sense
Huge thanks to sudo / 0x7375646F for bringing PredatorSense to Linux!
This launcher script was developed (with some help from AI π) to provide a clean, user-friendly, menu-driven interface for configuring system-level features via the linuwu_sense
kernel module.
Hereβs what the tool looks like in action:
Easily control and monitor:
- β Keyboard Backlight Timeout
- π Battery Charge Limiter
- π΅ Boot Animation and Sound
- π¬οΈ Fan Speeds (Auto, Quiet, Balanced, Performance, Turbo, Custom)
- π‘ LCD Override
- β‘ USB Charging Thresholds
- π§ Battery Calibration
All through a terminal interface, backed by SysFS and requiring root access.
- Linux kernel module:
linuwu_sense.ko
- Compatible Acer Predator laptop
- Root privileges (the script will attempt to elevate with
sudo
)
β οΈ You must load the Linuwu-Sense kernel module before using this script.
On Arch Linux:
sudo pacman -S linux-headers
git clone https://github.com/Order52/linuwu-sense-cli.git
cd linuwu-sense-cli
make install
βοΈ Using Clang Instead?
sudo make CC=clang LD=ld.lld install
π To Uninstall
make uninstall
chmod +x Linuwu-sense-cli.sh
sudo ./Linuwu-sense-cli.sh