Nixmon running under superkaramba doesn’t show temperature on my system. Just a sad-looking, lonely “°C”. Let’s see what’s up. Digging into
~/.kde/*/nixmon/nixmon_dk.theme
there’s a line that looks like this:
text x=230 y=15 sensor=program program=”awk ‘{print $2}’ /proc/acpi/thermal_zone/THRM/temperature”
Well, that doesn’t look right. My box has a THM dir. Let’s make that:
text x=230 y=15 sensor=program program=”awk ‘{print $2}’ /proc/acpi/thermal_zone/THM/temperature”
Close, then [...]