aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 06f333b9535327f03b1bbd93c447b44132ef1a10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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 install

Install dwmclock to `~/bin`:

	make DESTDIR=$HOME PREFIX= install


Usage
-----

Amp it off in your `~/.xinitrc`:

	dwmclock &