From e7a5b19c0ba06e12b0137a7ce5e65a15135d9977 Mon Sep 17 00:00:00 2001 From: clsr Date: Fri, 2 Dec 2016 12:23:24 +0100 Subject: Initial commit --- README.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 README.md (limited to 'README.md') 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 & -- cgit