X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=README.md;h=d74a10b83cfd9db96510c2ce05bae927dfebccf9;hb=4c703fadbdc17d1753d16841582636598f862416;hp=cb7f3e33175c9b601b1bc93ce094e2f2f2ef4d83;hpb=756b9d5a05cbd36f97b1cb817137148517e14abf;p=khatus.git diff --git a/README.md b/README.md index cb7f3e3..d74a10b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,22 @@ 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) + +The approaches experimented-with so far, numbered in chronological order of +origin (i.e. later versions do not _necessarily_ obsolete earlier ones, they're +just different): + +### 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.