My core temp is not showing up in i3. In i3status/config I have:
I tried also with
In rc.conf:
And
Code:
order += "cpu_temperature 0"
cpu_temperature 0 {
format = "T: %°C"
}
path = "hw.acpi.thermal.tz0.temperature"
as discussed in https://forums.freebsd.org/threads/52569/.In rc.conf:
kld_list="coretemp"
And
sysctl hw.acpi.thermal.tz0.temperature
returns
hw.acpi.thermal.tz0.temperature: 56.1C
.