Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

af-pro-display-bin

AUR package for af-pro-display, a systemd service that shows real-time CPU and GPU temperatures on the Antec Flux Pro case display under Linux.

Installation

Using an AUR helper:

yay -S af-pro-display-bin
# or
paru -S af-pro-display-bin

Manually:

git clone https://aur.archlinux.org/af-pro-display-bin.git
cd af-pro-display-bin
makepkg -si

Then enable the service:

sudo systemctl enable --now af-pro-display

Configuration

The service reads /root/.config/af-pro-display/config.toml. Example:

cpu_device = "/sys/class/hwmon/hwmon0/temp1_input"
polling_interval = 200

Service management

sudo systemctl status af-pro-display
sudo systemctl stop af-pro-display
sudo systemctl start af-pro-display
sudo systemctl disable af-pro-display
sudo systemctl enable af-pro-display

Credits

License

The packaging files in this repository are licensed under GPL-3.0. The packaged software itself is licensed under GPL-3.0.

Releases

Contributors

Languages