From 208b922c52a5ccdedd862bff22bddcadf20e338d Mon Sep 17 00:00:00 2001 From: mleone607 Date: Tue, 1 Jul 2025 11:58:16 -0500 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f70bff0..ea983a5 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ This software is intended for use on a Framework 16 laptop with LED Matrix Panel * Display any system monitoring app on any quadrant * Top or bottom of left or right panel * Specified via program arguments +* Display a "snapshot" from specified json file(s) on either or both panels. Continuous or periodic display is supported. * Keyboard shortcut identifies apps running in each quadrant by displaying abbreviated name * Plugin framework supports simplified development of addiitonal LED Panel applications * Automatic detection of left and right LED panels @@ -29,8 +30,13 @@ pip install -r requirements.txt ## Run ``` cd led-matrix -python led-sysyem-monitor.py [--help] [--top-left {cpu,net,disk,mem-bat,none,temp,fan}] [--bottom-left {cpu,net,disk,mem-bat,none,temp,fan}] [--top-right {cpu,net,disk,mem-bat,none,temp,fan}] - [--bottom-right {cpu,net,disk,mem-bat,none,temp,fan}] [--no-key-listener] [--disable-plugins] +python led-sysyem-monitor.py [--help] [--top-left {cpu,net,disk,mem-bat,none,temp,fan}] + [--bottom-left {cpu,net,disk,mem-bat,none,temp,fan}] + [--top-right {cpu,net,disk,mem-bat,none,temp,fan}] + [--bottom-right {cpu,net,disk,mem-bat,none,temp,fan}] [--left-snap LEFT_SNAP] + [--right-snap RIGHT_SNAP] [--snapshot-path SNAPSHOT_PATH] + [--snapshot-interval SNAPSHOT_INTERVAL] [--snapshot-duration SNAPSHOT_DURATION] + [--no-key-listener] [--disable-plugins] python led-sysyem-monitor.py --help #For more verbose help info ``` ## Run as a Linux service