HalosGhost / dstat

A lightweight status program for simple WMs
GNU General Public License v2.0
8 stars 0 forks source link

CPU Info Module #17

Closed HalosGhost closed 5 years ago

HalosGhost commented 5 years ago

So far, we do not have any information regarding the CPU in the bar.

At the very least, it is easy to add CPU temperature:

$ grep -rniI 'x86_pkg_temp' /sys/class/thermal/*/ 2> /dev/null
thermal_zone1/type:1:x86_pkg_temp

We could also, without much difficulty, add CPU load.

Are any of these actually useful? Would we display both load and temp?

Not clear if this will actually be done.

HalosGhost commented 5 years ago

see plug