mirror of https://github.com/xzeldon/htop.git
get a useful tolal for clock meter
This commit is contained in:
parent
8a2dd83efa
commit
804bd37dca
|
@ -34,7 +34,7 @@ MeterClass ClockMeter_class = {
|
||||||
},
|
},
|
||||||
.setValues = ClockMeter_setValues,
|
.setValues = ClockMeter_setValues,
|
||||||
.defaultMode = TEXT_METERMODE,
|
.defaultMode = TEXT_METERMODE,
|
||||||
.total = 100.0,
|
.total = 1440, /* 24*60 */
|
||||||
.attributes = ClockMeter_attributes,
|
.attributes = ClockMeter_attributes,
|
||||||
.name = "Clock",
|
.name = "Clock",
|
||||||
.uiName = "Clock",
|
.uiName = "Clock",
|
||||||
|
|
Loading…
Reference in New Issue