mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
get a useful tolal for clock meter
This commit is contained in:
@ -34,7 +34,7 @@ MeterClass ClockMeter_class = {
|
||||
},
|
||||
.setValues = ClockMeter_setValues,
|
||||
.defaultMode = TEXT_METERMODE,
|
||||
.total = 100.0,
|
||||
.total = 1440, /* 24*60 */
|
||||
.attributes = ClockMeter_attributes,
|
||||
.name = "Clock",
|
||||
.uiName = "Clock",
|
||||
|
Reference in New Issue
Block a user