Skip to content

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%)

Notifications You must be signed in to change notification settings

1f999/tuf-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[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%)

Topics

Resources

Stars

Watchers

Forks