Note the meaning of version numbers
[khatus.git] / README.md
index df43d38..d74a10b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,7 +1,22 @@
 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)
+
+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.
This page took 0.035313 seconds and 4 git commands to generate.