chiark / gitweb /
xbatmon-simple: Minor improvements to the .txt doc.
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 18 Feb 2018 22:05:01 +0000 (22:05 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 18 Feb 2018 22:05:05 +0000 (22:05 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
cprogs/xbatmon-simple.c
debian/changelog

index 5d64ff482b7f1223704db8b2bb79b13064291eb8..8fe9b0690761ed154c607c6144d00d9340876888 100644 (file)
@@ -1,16 +1,21 @@
 /*
+ * The display is a lin-log chart of the charge over time.
+ * Time is on a log scale.
+ * The top pixel line is 60s from now.
+ * The bottom of the window is 1h from now.
+ *
  * display outputs, per line:
  *
  *   Remaining:         | Empty:       | Degraded:
  *     blue     |  black       |  dimgrey      discharging
  *     green    |  black       |  dimgrey      charging
  *     cyan     |  black       |  dimgrey      charged
- *     grey     |  black       |  dimgrey      charging&discharching!
+ *     grey     |  black       |  dimgrey      charging&discharging!
  *     lightgrey |  black      |  dimgrey      none of the above
  *     blue     |  red         |  dimgrey      discharging - low!
  *     green    |  red         |  dimgrey      charging - low
  *     cyan     |  red         |  dimgrey      charged - low [1]
- *     grey     |  red         |  dimgrey      charging&discharching, low [1]
+ *     grey     |  red         |  dimgrey      charging&discharging, low [1]
  *       ...  darkgreen  ...                   no batteries present
  *       ...  yellow  ...                      error
  *
index d6f1f23838dbd49187b75eef7403e25fc6672c82..177dd70f6ba7b054ecd9761d992c2e5692f82497 100644 (file)
@@ -1,6 +1,7 @@
 chiark-utils (5.0.3~iwj) unstable; urgency=medium
 
-  * 
+  xbatmon-simple:
+  * Minor improvements to the .txt doc.
 
  --