faithful: Add path to CPU temperature hwmon

This commit is contained in:
Adam Gausmann 2023-01-07 13:10:37 -06:00
parent 083767fe51
commit b7768ff659

View file

@ -3,3 +3,4 @@ wireless = ["wlp4s0"]
ethernet = ["enp2s0"]
disks = ["/"]
outputs = []
temperature-path = "/sys/class/hwmon/hwmon4/temp1_input"