From 8163b8164ff90681cf1400ab540beb8fffdeb60f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Sun, 28 Mar 2021 18:18:56 +0200 Subject: TaskMeter: always show number of threads Always show the number of kernel and userland threads, even when they are disabled to not be shown in the process list. The data is already available and might improve understanding the system utilization. Use a shadow color in case the kind of thread is hidden, else the normal meter one. --- CRT.h | 1 + 1 file changed, 1 insertion(+) (limited to 'CRT.h') diff --git a/CRT.h b/CRT.h index 652649e1..92357528 100644 --- a/CRT.h +++ b/CRT.h @@ -53,6 +53,7 @@ typedef enum ColorElements_ { PANEL_SELECTION_FOLLOW, PANEL_SELECTION_UNFOCUS, LARGE_NUMBER, + METER_SHADOW, METER_TEXT, METER_VALUE, METER_VALUE_ERROR, -- cgit v1.2.3