diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
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. |