X-Git-Url: https://git.xandkar.net/?p=khatus.git;a=blobdiff_plain;f=README.md;h=70d683c6bbf3f244d5bbbe1b0006085f00122b3f;hp=a8765f80c818fe48bf288bc0bcafc7a67846639f;hb=51100f8e10c2dbc28421e68cfae017cdf121a542;hpb=a9038fad36330d7dca12cfd4bef0147a7d312c0c diff --git a/README.md b/README.md index a8765f8..70d683c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,17 @@ khatus ====== ![mascot](mascot.jpg) -Experimental, system monitor and status (bar) reporter I use with +Experimental system-monitor and status (bar) reporter I use with [dwm](https://dwm.suckless.org/) on GNU/Linux. ![screenshot](screenshot.jpg) + +### v1 +A single, synchronous script, saving state in text files (Bash and AWK). + +### v2 +Parallel processes: collectors, cacher and reporters; passing messages over pipes +(Bash and AWK). + +### v3 +Clean-up, polish and further development of main ideas learned in v2.