hwmon for thinkpad, need better solution long term
This commit is contained in:
parent
456674c04a
commit
45a42eac96
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ in lib.mkIf (osConfig.withNiri) {
|
||||||
format = "{usage}%";
|
format = "{usage}%";
|
||||||
};
|
};
|
||||||
"temperature" = {
|
"temperature" = {
|
||||||
hwmon-path = "/sys/class/hwmon/hwmon2/temp1_input";
|
hwmon-path = "/sys/class/hwmon/hwmon4/temp1_input";
|
||||||
format = "{temperatureC}°C ";
|
format = "{temperatureC}°C ";
|
||||||
interval = 10;
|
interval = 10;
|
||||||
tooltip = false;
|
tooltip = false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue