summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-16 22:39:30 +0200
committerPaul Buetow <paul@buetow.org>2026-02-16 22:39:30 +0200
commit971928faff0c100ef591c2d0e92e94b9f46ae71a (patch)
treeaad62242e6107a8deefa310112c88d0409535a86 /README.md
parent96b15cd512f6f38603e1e3d20afabd8c6f303079 (diff)
Add global average CPU line toggled with hotkey gv0.10.0
Draw a 1px red horizontal line spanning the full window width showing the mean CPU usage across all monitored hosts. Toggled with 'g' hotkey and persistable to ~/.loadbarsrc via 'w'. Bump version to 0.10.0. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3c2c6cf..836b8df 100644
--- a/README.md
+++ b/README.md
@@ -111,6 +111,7 @@ Press these keys while loadbars is running (see also `h` for a short list on std
| **2** | Toggle memory bars (RAM left, Swap right per host) |
| **3** | Toggle network bars (RX/TX summed across all non-lo interfaces per host) |
| **e** | Toggle extended display (1px peak line on CPU bars: max system+user over last samples) |
+| **g** | Toggle global average CPU line (1px red line showing mean CPU usage across all hosts) |
| **h** | Print hotkey list to stdout |
| **q** | Quit |
| **w** | Write current settings to ~/.loadbarsrc |