summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordaniel-Jones <daniel@danieljon.es>2018-09-19 16:41:07 +0930
committerdaniel-Jones <daniel@danieljon.es>2018-09-19 16:41:07 +0930
commitbab98314d8cf2b4d8ba5b0b018f654ba8729d0a0 (patch)
tree087e8a296c46336dea0e9702127df8c2200a59de /README.md
parent357fc5ac5076231584e02eaa6e687c655a66c482 (diff)
downloadbinstatus-bab98314d8cf2b4d8ba5b0b018f654ba8729d0a0.tar.gz
binstatus-bab98314d8cf2b4d8ba5b0b018f654ba8729d0a0.zip
added readme allows bormal time output
set env variable 'binstatus' to 'dec' to output decimal time HH:MM.
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..fa66640
--- /dev/null
+++ b/README.md
@@ -0,0 +1,12 @@
+By default this program will set your root windows name to the time in binary, however if you set the environment variable binstatus to 'dec' (export binstatus=dec' it will display the time as hh:mm.
+
+
+compile:
+````cc binstatus.c -lX11 -o binstatus````
+
+
+run:
+````./binstatus &````
+
+
+You may prefer to put this in your .xinitrc file.