A tool made with Python that lets you change keyboard RGB colors, thermal profiles, battery limiter and more using the Linuwu-Sense module. Currently, it works on Nitro devices only. Distro-agnostic, does not depend on systemd. Tested on Void Linux.
Another tool that does the same thing wouldn't work on Void Linux so i decided to make my own, though mine lacks a GUI and is a bit less user friendly.
This tool depends on python and the Linuwu-Sense module. Installation guide of Linuwu-Sense can be found on their repository.
First, install headers for your kernel:
For Debian/Ubuntu:
sudo apt install -y linux-headers-amd64For Fedora/RedHat/CentOS:
sudo dnf install kernel-develFor Arch:
sudo pacman -S linux-headersFor Void:
sudo xbps-install -S linux-headersAfter installing headers, clone the Linuwu-Sense repository and install the module:
git clone https://github.com/0x7375646F/Linuwu-Sense.git
cd Linuwu-Sense
make installWork in progress