digitaimadness / tuf-utils

Asus TUF Gaming laptop keyboard backlight as a CPU/GPU utilization indicator with cool gradient effect from blue 🔷 (both 0%) to red 🔴 (CPU 100%) and green 💚 (GPU 100%)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Linux only]

some useful tools for your Asus Tuf laptop

use keyboard⌨ backlight as an CPU/GPU load indicator with gradients from 🟦 (indicating both idle) to 🟥 (CPU 100% load) and 🟩 (GPU 100% load)

activate powersave thermal throttle mode based on if running on battery🔋 or boost mode if 🎮 FeralInteractive/gamemode is activated and running on charger🔌

Requires hackbnw/faustus driver to be installed and functioning! If your Asus TUF laptop is unsupported by the driver try building dkms module anyway and put following to your kernel parameters🫠, worked for me!

faustus.let_it_burn=1

🔨installation🔧

git clone https://github.com/digitaimadness/tuf-utils /tmp/tuf-utils
cd /tmp/tuf-utils  
python setup.py build_ext --inplace
sudo mkdir /opt/tuf-utils
sudo mv tufutils.pyx tufutilsstarter.py tufutils.cpython-310-x86_64-linux-gnu.so /opt/tuf-utils
sudo mv tuf-utils.service /etc/systemd/system

🌄autostart🌄

sudo systemctl enable --now tuf-utils.service  

About

Asus TUF Gaming laptop keyboard backlight as a CPU/GPU utilization indicator with cool gradient effect from blue 🔷 (both 0%) to red 🔴 (CPU 100%) and green 💚 (GPU 100%)


Languages

Language:Cython 97.5%Language:Python 2.5%