micromizing dmenu step 1

This commit is contained in:
Anselm R. Garbe
2007-09-16 20:14:09 +02:00
parent b97783b07f
commit 06ae894434
6 changed files with 149 additions and 152 deletions

10
config.h Normal file
View File

@ -0,0 +1,10 @@
/* See LICENSE file for copyright and license details. */
/* appearance */
#define FONT "-*-terminus-medium-r-*-*-12-*-*-*-*-*-iso10646-*"
#define NORMBGCOLOR "#000"
#define NORMFGCOLOR "#ccc"
#define SELBGCOLOR "#00f"
#define SELFGCOLOR "#fff"
/* next macro defines the space between menu items */
#define SPACE 30 /* px */