summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-16 23:03:53 +0200
committerPaul Buetow <paul@buetow.org>2026-02-16 23:03:53 +0200
commit41e25da4ccb3121ee9d22f8e9ad48568241d897c (patch)
tree2bd05c5cd5bc1fb7c52238037c647ca52015038f /README.md
parent0f35a55c0ca2beef550d7a3fb425c53ea7b5ce88 (diff)
Add toggleable host separator lines (hotkey s)
Draw 1px yellow vertical lines between hosts when monitoring multiple servers, making it easy to see where one host's bars end and the next begins. Toggled with hotkey 's', persisted via 'w' to ~/.loadbarsrc. 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 4746d61..eb6b45b 100644
--- a/README.md
+++ b/README.md
@@ -113,6 +113,7 @@ Press these keys while loadbars is running (see also `h` for a short list on std
| **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) |
| **i** | Toggle global I/O average line (1px pink line showing mean iowait+IRQ across all hosts) |
+| **s** | Toggle host separator lines (1px yellow vertical line between hosts) |
| **h** | Print hotkey list to stdout |
| **q** | Quit |
| **w** | Write current settings to ~/.loadbarsrc |