Generalize Meter value colors for IO

This commit is contained in:
Christian Göttsche
2020-10-16 19:44:53 +02:00
committed by cgzones
parent e9246abff8
commit a802961286
3 changed files with 27 additions and 27 deletions

6
CRT.h
View File

@ -48,6 +48,9 @@ typedef enum ColorElements_ {
LARGE_NUMBER,
METER_TEXT,
METER_VALUE,
METER_VALUE_NOTICE,
METER_VALUE_IOREAD,
METER_VALUE_IOWRITE,
LED_COLOR,
UPTIME,
BATTERY,
@ -105,9 +108,6 @@ typedef enum ColorElements_ {
ZFS_OTHER,
ZFS_COMPRESSED,
ZFS_RATIO,
DISKIO_UTIL_HIGH,
DISKIO_READ,
DISKIO_WRITE,
LAST_COLORELEMENT
} ColorElements;