README
changeset 1 3e9290bf7249
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README	Mon Oct 20 22:59:08 2014 +0400
@@ -0,0 +1,26 @@
+dpoke - dynamic status bar updater
+==================================
+dpoke is a simple application for updating dwm status bar.
+It is kinda Unix-way and extensible.
+
+
+Requirements
+------------
+In order to build dpoke and use it with dwm you need the Xlib header files.
+However, dpoke can be configured not to use X11 and Xlib and output to console.
+
+
+Installation
+------------
+Edit config.mk to match your local setup.
+
+
+Running dpoke
+-------------
+Start dpoke from your session manager or xinitrc.
+
+
+Configuration
+-------------
+The configuration of dpoke is done by creating a custom config.h
+and (re)compiling the source code.