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.
Using an AUR helper:
yay -S af-pro-display-bin
# or
paru -S af-pro-display-binManually:
git clone https://aur.archlinux.org/af-pro-display-bin.git
cd af-pro-display-bin
makepkg -siThen enable the service:
sudo systemctl enable --now af-pro-displayThe service reads /root/.config/af-pro-display/config.toml. Example:
cpu_device = "/sys/class/hwmon/hwmon0/temp1_input"
polling_interval = 200sudo 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- KylerianHD/antec-flux-pro-display - upstream project
The packaging files in this repository are licensed under GPL-3.0. The packaged software itself is licensed under GPL-3.0.