Update README.md

This commit is contained in:
mleone607 2025-07-01 11:58:16 -05:00
parent 68989ed8e4
commit 208b922c52

View file

@ -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