Skip to content

GhostNaN/simfan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simfan

simfan is a simple hwmon fan controller

A very no thrills fan controller wrtten in C to use very little resources

Refer to simfan.conf.example for all available features

Dependencies

  • libconfig
    • Because I'm too lazy to make my own config parser

Building

To build:

git clone --single-branch https://github.com/GhostNaN/simfan
cd simfan
meson build --prefix=/usr/local
ninja -C build

To install:

ninja -C build install
cp simfan.conf.example /etc

Usage

To Run:

simfan
Notice: Root privilege to run simfan is most likely necessary (AT YOUR OWN RISK)

For help:

simfan -h

Everything else you'll need is in simfan.conf.example

License

This project is licensed under the GPLv3 License - see the LICENSE file for details

About

simfan is a simple hwmon fan controller

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published