waybar: fix temperature for sif

This commit is contained in:
Filippo Berto 2025-06-19 08:31:28 +02:00
parent b038aa625e
commit c7384520ff
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -116,7 +116,7 @@ in
"format-critical" = "!{temperatureC}C {icon}";
"format-icons" = [ "" ];
} // (if hostName == "sif" then {
"hwmon-path" = "/sys/class/hwmon/hwmon7/temp1_input";
"thermal-zone" = 2;
} else if hostName == "thor" then {
"hwmon-path" = "/sys/class/hwmon/hwmon3/temp1_input";
} else { });