1
|
1 |
dpoke - dynamic status bar updater
|
|
2 |
==================================
|
|
3 |
dpoke is a simple application for updating dwm status bar.
|
|
4 |
It is kinda Unix-way and extensible.
|
|
5 |
|
|
6 |
|
|
7 |
Requirements
|
|
8 |
------------
|
|
9 |
In order to build dpoke and use it with dwm you need the Xlib header files.
|
|
10 |
However, dpoke can be configured not to use X11 and Xlib and output to console.
|
|
11 |
|
|
12 |
|
|
13 |
Installation
|
|
14 |
------------
|
|
15 |
Edit config.mk to match your local setup.
|
|
16 |
|
|
17 |
|
|
18 |
Running dpoke
|
|
19 |
-------------
|
|
20 |
Start dpoke from your session manager or xinitrc.
|
|
21 |
|
|
22 |
|
|
23 |
Configuration
|
|
24 |
-------------
|
|
25 |
The configuration of dpoke is done by creating a custom config.h
|
|
26 |
and (re)compiling the source code.
|