this looks better now ;) 58beead1
Anselm R. Garbe · 2007-01-11 16:38 1 file(s) · +7 −7
config.arg.h +7 −7
10 10
#define TILESYMBOL		"[%u]="		/* %u is replaced with nmaster */
11 11
12 12
#define FONT			"-*-terminus-medium-r-*-*-14-*-*-*-*-*-*-*"
13 -
#define NORMBGCOLOR		"#111111"
14 -
#define NORMFGCOLOR		"#cccccc"
15 -
#define SELBGCOLOR		"#336699"
16 -
#define SELFGCOLOR		"#eeeeee"
17 -
#define STATUSBGCOLOR		"#222222"
18 -
#define STATUSFGCOLOR		"#dddddd"
13 +
#define NORMBGCOLOR		"#222"
14 +
#define NORMFGCOLOR		"#ccc"
15 +
#define SELBGCOLOR		"#444"
16 +
#define SELFGCOLOR		"#fff"
17 +
#define STATUSBGCOLOR		"#333"
18 +
#define STATUSFGCOLOR		"#9cf"
19 19
20 20
#define MASTER			600		/* per thousand */
21 21
#define MODKEY			Mod1Mask
26 26
static Key key[] = { \
27 27
	/* modifier			key		function		argument */ \
28 28
	{ MODKEY|ShiftMask,		XK_Return,	spawn, \
29 -
		{ .cmd = "exec uxterm -bg black -fg '#eeeeee' -cr '#eeeeee' +sb -fn '"FONT"'" } }, \
29 +
		{ .cmd = "exec uxterm -bg '#222' -fg '#eee' -cr '#eee' +sb -fn '"FONT"'" } }, \
30 30
	{ MODKEY,			XK_p,		spawn, \
31 31
		{ .cmd = "exe=\"$(lsx `echo $PATH | sed 's/:/ /g'` | sort -u " \
32 32
			" | dmenu -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGCOLOR"' " \