X-Git-Url: https://git.xandkar.net/?p=khatus.git;a=blobdiff_plain;f=x1%2FREADME.md;fp=x1%2FREADME.md;h=568ac9e4c2fd5b6a0874294a1ec19b8a0ddf0f28;hp=0000000000000000000000000000000000000000;hb=499c58a269a00e031302938b5a8f006f23aae451;hpb=4c703fadbdc17d1753d16841582636598f862416 diff --git a/x1/README.md b/x1/README.md new file mode 100644 index 0000000..568ac9e --- /dev/null +++ b/x1/README.md @@ -0,0 +1,11 @@ +A single script, re-executed in a loop at some intervals, serially grabbing all +the needed data and outputting a status bar string, then passed to `xsetroot -name`, +while saving state in files (e.g. previous totals, to be converted to deltas). + +This actually worked surprisingly-OK, but had limitations: + +- I use an SSD and want to minimize disk writes +- not flexible-enough to support my main goal - easy experimentation with + various ad-hoc monitors: + - I want to set different update intervals for different data sources + - I don't want long-running data collectors to block the main loop