blob: 7761fd49d0c0ec165d9a6927bd51da3b9708969c (
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 instal
Install dwmclock to ~/bin:
make DESTDIR=$HOME PREFIX= install
Usage
-----
Amp it off in your ~/.xinitrc:
dwmclock &
|