From 043048849d716c0644d1626540bb57952edde09b Mon Sep 17 00:00:00 2001 From: Sam Jage Date: Sun, 29 Mar 2026 11:52:26 -0400 Subject: [PATCH] Update README.md Formatting --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b4e8438..d197e4f 100644 --- a/README.md +++ b/README.md @@ -88,9 +88,11 @@ Right-click the widget → **Configure Weather && Stats** Weather is fetched via `XMLHttpRequest` — no API key, no account needed. [Open-Meteo](https://open-meteo.com/) is free for non-commercial use. -System stats come from `contents/stats.sh`, a small shell script the widget runs on a timer. -It takes two `/proc/stat` samples 1 second apart to calculate CPU usage and reads `/proc/net/dev` for network throughput. -No external dependencies beyond standard Linux interfaces. +--- + +> System stats come from `contents/stats.sh`, a small shell script the widget runs on a timer. +> It takes two `/proc/stat` samples 1 second apart to calculate CPU usage and reads `/proc/net/dev` for network throughput. +> No external dependencies beyond standard Linux interfaces. ---