hwmon for thinkpad, need better solution long term

This commit is contained in:
twoneis 2024-06-09 18:06:58 +02:00
parent 456674c04a
commit 45a42eac96

View file

@ -40,7 +40,7 @@ in lib.mkIf (osConfig.withNiri) {
format = "{usage}%";
};
"temperature" = {
hwmon-path = "/sys/class/hwmon/hwmon2/temp1_input";
hwmon-path = "/sys/class/hwmon/hwmon4/temp1_input";
format = "{temperatureC}°C ";
interval = 10;
tooltip = false;