Introduction
Fancy is a set of software which allows you to control your laptop fans. It includes a service daemon to allow accessing to the EC and controlling it through D-Bus, a CLI to send commands and a GUI (WIP). It works only on Linux and Windows support is not planned1.
Installation
NOTE: If you have Secure Boot enabled, you have to install acpi_ec
or disable it.
Arch Linux (thanks to @BachoSeven!)
yay -S fancy
Debian
For now, you can find the .deb
in the Releases.
Fedora
sudo dnf copr enable musikid/Fancy
sudo dnf install fancy
For other distros
git clone https://github.com/MusiKid/fancy.git
cd fancy
make && sudo make install
1
Well, NBFC is already well integrated with the Windows "ecosystem", since C# is more common on Windows. It works very well, so go check it. If you want to provide Windows support, you are also welcome.