Shift X2 status from legacy to archived
[khatus.git] / README.md
CommitLineData
756b9d5a
SK
1khatus
2======
a9038fad 3![mascot](mascot.jpg)
756b9d5a 4
44fc2f3d 5Experimental system-monitor and status (bar) reporter I use with
61c33dc2 6[dwm](https://dwm.suckless.org/) on GNU/Linux.
756b9d5a 7
6c74ee5c 8![screenshot](screenshot.png)
55407653 9
499c58a2
SK
10Experiments
11-----------
12The approaches experimented-with so far (later versions do not _necessarily_
13obsolete earlier ones, they're just different):
4c703fad 14
dd2bdef5
SK
15| Name | Status | Language | Tested-on | Description |
16|--------|----------|-----------|-------------------------|-------------|
17| __x1__ | Archived | Bash, AWK | Ubuntu 16.04 | Single, synchronous script, saving state in text files. |
59866875 18| __x2__ | Archived | Bash, AWK | Debian 10, Ubuntu 18.04 | Sensors are child processes, IPC via parent pipe. |
dd2bdef5
SK
19| __x3__ | Archived | OCaml | Debian 10 | Re-write and refinement of __x2__ |
20| __x4__ | Archived | Dash, AWK | Debian 10 | Sensors are opaque daemons, cache is a file tree |
fd50daef 21| __x5__ | [Graduated](https://github.com/xandkar/pista) | C | Ubuntu 18.04 | Sensors are opaque daemons, IPC via [pselect](https://en.wikipedia.org/wiki/Select_(Unix))ed FIFOs. |
This page took 0.031047 seconds and 5 git commands to generate.