mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-14 04:54:37 +03:00
Show CPU temperature in CPU meter
Show the CPU temperature in the CPU meter, like CPU frequency, instead of using an extra Meter.
This commit is contained in:
@ -19,7 +19,8 @@ typedef enum {
|
||||
CPU_METER_GUEST = 6,
|
||||
CPU_METER_IOWAIT = 7,
|
||||
CPU_METER_FREQUENCY = 8,
|
||||
CPU_METER_ITEMCOUNT = 9, // number of entries in this enum
|
||||
CPU_METER_TEMPERATURE = 9,
|
||||
CPU_METER_ITEMCOUNT = 10, // number of entries in this enum
|
||||
} CPUMeterValues;
|
||||
|
||||
extern const MeterClass CPUMeter_class;
|
||||
|
Reference in New Issue
Block a user