X-Git-Url: https://git.xandkar.net/?p=khatus.git;a=blobdiff_plain;f=README.md;h=70d683c6bbf3f244d5bbbe1b0006085f00122b3f;hp=cb7f3e33175c9b601b1bc93ce094e2f2f2ef4d83;hb=51100f8e10c2dbc28421e68cfae017cdf121a542;hpb=756b9d5a05cbd36f97b1cb817137148517e14abf diff --git a/README.md b/README.md index cb7f3e3..70d683c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,18 @@ khatus ====== +![mascot](mascot.jpg) -My ad-hoc, text-only status bar scripts I use with `dwm` on GNU/Linux. +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.