From 0f35a55c0ca2beef550d7a3fb425c53ea7b5ce88 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 16 Feb 2026 22:56:41 +0200 Subject: Display GuestNice CPU metric as lime green segment above Nice Expand the smoothed CPU array from [9] to [10] elements to include GuestNice (index 9). Drawn in lime green above Nice (green) in the CPU bar stack. Rename normalizePcts9 to normalizePcts. Co-Authored-By: Claude Opus 4.6 --- internal/constants/constants.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/constants') diff --git a/internal/constants/constants.go b/internal/constants/constants.go index 82600d2..0022621 100644 --- a/internal/constants/constants.go +++ b/internal/constants/constants.go @@ -37,6 +37,7 @@ var ( LightBlue0 = RGB{0x00, 0x00, 0xcc} Blue = RGB{0x00, 0x00, 0x88} Green = RGB{0x00, 0x90, 0x00} + LimeGreen = RGB{0x50, 0xc8, 0x00} LightGreen = RGB{0x00, 0xf0, 0x00} Orange = RGB{0xff, 0x70, 0x00} Purple = RGB{0xa0, 0x20, 0xf0} -- cgit v1.2.3