home-manager: Fix CPU temp in waybar
This commit is contained in:
parent
9faa3e06ef
commit
72796293b6
|
@ -240,6 +240,8 @@ in
|
|||
};
|
||||
"temperature" = {
|
||||
format = " {temperatureC}°C";
|
||||
hwmon-path = "/sys/class/hwmon/hwmon3/temp1_input";
|
||||
critical-threshold = 75;
|
||||
};
|
||||
};
|
||||
} ];
|
||||
|
|
Loading…
Reference in a new issue