From 6798b669464d828c241554647b4fff68a62ca91d Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 16 Feb 2026 22:53:17 +0200 Subject: Add global I/O avg line (hotkey i) and m/n hotkey aliases Add a pink 1px line drawn from the top showing mean iowait+IRQ+softIRQ across all hosts, toggled with hotkey i and persistable to ~/.loadbarsrc. Also add m as alias for 2 (memory toggle) and n as alias for 3 (network toggle) for easier single-hand operation. 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 6787045..82600d2 100644 --- a/internal/constants/constants.go +++ b/internal/constants/constants.go @@ -40,6 +40,7 @@ var ( LightGreen = RGB{0x00, 0xf0, 0x00} Orange = RGB{0xff, 0x70, 0x00} Purple = RGB{0xa0, 0x20, 0xf0} + Pink = RGB{0xff, 0x40, 0xff} Red = RGB{0xff, 0x00, 0x00} White = RGB{0xff, 0xff, 0xff} Grey0 = RGB{0x11, 0x11, 0x11} -- cgit v1.2.3