Home

Awesome

afc-gui

GUI for the asus-fan-control project

There is also a Gtk4 version if you prefer that, it can be found here

Dependency:

Installation:

To install just run these commands

git clone https://github.com/Greifent/afc-gui-gtk3.git
cd afc-gui-gtk3/src/
sudo cp afc-gui /usr/bin/
sudo mkdir /usr/share/afc-gui-gtk3
sudo cp MAINGUI.glade /usr/share/afc-gui-gtk3/
sudo cp afc-gui-gtk3.desktop /usr/share/applications/

To uninstall these:

sudo rm /usr/bin/afc-gui-gtk3
sudo rm -r /usr/share/afc-gui-gtk3/
sudo rm /usr/share/applications/afc-gui-gtk3.desktop

To update the version run the uninstall commands, then the install ones.

Photo:

This is the preset page

This is the main page

This is the info page

This is the about page