changeset 25:d3a29c57367a

README.md: Updated State enum fields; add hint for --help
author Lewin Bormann <lewin.bormann@gmail.com>
date Mon, 15 Feb 2016 10:29:16 +0000
parents 4d99295b2745
children fc3487a89d63
files README.md
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Sun Feb 14 19:56:19 2016 +0100
+++ b/README.md	Mon Feb 15 10:29:16 2016 +0000
@@ -4,6 +4,10 @@
 easily extend your i3 status bar. It is configured mainly via command line
 arguments, and can be extended by small custom metrics.
 
+To view available metrics, execute
+
+    myi3stat --help
+
 ## How to add your metric
 
 ### Define a metric type
@@ -44,6 +48,7 @@
         I(i64),
         F(f64),
         C(Color),
+        BTS(BTreeSet<String>),
     }
 
 Every time your metric is asked to `render()`, it is given the same