diff options
author | clsr <clsr@clsr.net> | 2016-12-02 12:23:24 +0100 |
---|---|---|
committer | clsr <clsr@clsr.net> | 2016-12-02 12:23:24 +0100 |
commit | e7a5b19c0ba06e12b0137a7ce5e65a15135d9977 (patch) | |
tree | d0504639219accb576ed1dbac15352948884428c /README.md | |
download | dwmclock-e7a5b19c0ba06e12b0137a7ce5e65a15135d9977.tar.gz dwmclock-e7a5b19c0ba06e12b0137a7ce5e65a15135d9977.zip |
Initial commitv1.0.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..7761fd4 --- /dev/null +++ b/README.md @@ -0,0 +1,35 @@ +dwmclock +======== + +Show the time and current battery charge in the X root window name + +Requirements +------------ + +- Xlib headers + + +Installation +------------ + +Copy `config.def.mk` to `config.mk` and edit it to match your setup. + +Compile it: + + make + +Install dwmclock (needs to be run as root if installing to `/usr` or `/usr/local`): + + make instal + +Install dwmclock to ~/bin: + + make DESTDIR=$HOME PREFIX= install + + +Usage +----- + +Amp it off in your ~/.xinitrc: + + dwmclock & |