home-manager: Fix CPU temp in waybar

This commit is contained in:
fleaz 2022-06-14 17:58:21 +02:00
parent 9faa3e06ef
commit 72796293b6
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083

View file

@ -240,6 +240,8 @@ in
}; };
"temperature" = { "temperature" = {
format = " {temperatureC}°C"; format = " {temperatureC}°C";
hwmon-path = "/sys/class/hwmon/hwmon3/temp1_input";
critical-threshold = 75;
}; };
}; };
} ]; } ];