Skip to content

Checks which fan mode is currently active on asus TUF laptops

Notifications You must be signed in to change notification settings

nomspls/asusTUFfanMode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Check fan mode of asus TUF laptops

  • This is a simple script that I wrote for personal usage since asus is too lazy to support it's drivers with linux

  • Script simply checks which fan mode is currently active(balanced, silent, overboost)

  • I bound it to ctrl+f5

The original plan was to make it switch between modes as well as send an OSD notification. I have yet to figuire out how to interact with acpi drivers in python thus I cannot(don't know how to) use any asus function keys in the code since it is controled by driver and acpi and linux can't read key presses of fn keys(although they are working, only way to see some keycodes is by acpi-listen command)

  • Finished script would do the following:
    • Switch between fan modes on fn+f5 keypress
    • Send an OSD on what mode it's set to

License

  • MIT

About

Checks which fan mode is currently active on asus TUF laptops

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages