Skip to content
/ led Public

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

vi70x3/led

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 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🔌

Requirements

  1. hackbnw/faustus driver must 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
  1. Python dependencies:
pip install -r requirements.txt

🔨installation🔧

# Clone the repository
git clone https://github.com/digitaimadness/tuf-utils /tmp/tuf-utils
cd /tmp/tuf-utils

# Install dependencies
pip install -r requirements.txt

# Build and install
python setup.py build_ext --inplace
sudo mkdir /opt/tuf-utils
sudo mv tufutils.pyx tufutilsstarter.py tufutils.cpython-*-linux-gnu.so /opt/tuf-utils
sudo mv tuf-utils.service /etc/systemd/system

✨usage✨

sudo systemctl start tuf-utils.service
sudo systemctl stop tuf-utils.service

🌄autostart🌄

sudo systemctl enable 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

Contributors 4

  •  
  •  
  •  
  •