summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordaniel-Jones <daniel@danieljon.es>2018-09-21 10:33:25 +0930
committerdaniel-Jones <daniel@danieljon.es>2018-09-21 10:33:25 +0930
commitefc77d6286fc50819ac2ca6dbfad3ab9726522cc (patch)
tree4664086e94f9bda014106d564a93cec2aa6bfc81 /README.md
parentac4b0dd890b2fab172aa7b55b0a886ab241a33bc (diff)
downloadbinstatus-efc77d6286fc50819ac2ca6dbfad3ab9726522cc.tar.gz
binstatus-efc77d6286fc50819ac2ca6dbfad3ab9726522cc.zip
added -m option
by default the program now uses the 12 hour format. updated the readme accordingly
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/README.md b/README.md
index 05be93e..51d4cae 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,11 @@
-By default this program will set your root windows name to the time in binary, however if you run with -d it will display the time in decimal (HH:MM).
+This program sets your X servers root window name as the current time in 12-hour binary. This allows dwm (and possibly other) window managers use it in their status bar. I use it with dwm as a clock to practice recognising binary numbers quickly.
+
+argumewnts:
+
+````-d: display time in decimal format (HH:MM)````
+
+
+````-m: Use the 24-hour time format````
compile:
@@ -9,4 +16,4 @@ run:
````./binstatus &````
-You may prefer to put this in your .xinitrc file.
+You may prefer to put this in your .xinitrc file and move the binary to somewhere like /usr/bin.