tobi-wan-kenobi / bumblebee-status

bumblebee-status is a modular, theme-able status line generator for the i3 window manager.
https://bumblebee-status.readthedocs.io/en/main/
MIT License
1.2k stars 229 forks source link

[modules/cpu3] Add new CPU module #973

Closed SuperQ closed 1 year ago

SuperQ commented 1 year ago

Based on cpu2 module, but use sensors -j and some json path walking to better parse CPU temp and fan speeds. The output of sensors -u can contain many duplicates of the same sensor name, but from different sensor device paths.

tobi-wan-kenobi commented 1 year ago

Thank you kindly for the contribution!