X-Git-Url: https://git.xandkar.net/?p=khatus.git;a=blobdiff_plain;f=README.md;h=70d683c6bbf3f244d5bbbe1b0006085f00122b3f;hp=df43d383c8ae00143caafa49dc8ac721badd1e96;hb=51100f8e10c2dbc28421e68cfae017cdf121a542;hpb=61c33dc2a67fbadd9a9a401a759fb81e1e33cc71 diff --git a/README.md b/README.md index df43d38..70d683c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,18 @@ khatus ====== +![mascot](mascot.jpg) -My ad-hoc, text-only status bar scripts 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.