comparison config.arg.h @ 674:5d79c351e30a

implemented nmaster appearance in mode label (using %u)
author Anselm R. Garbe <arg@suckless.org>
date Mon, 08 Jan 2007 17:33:24 +0100
parents f08b311dc231
children cfe656fc969a
comparison
equal deleted inserted replaced
673:d47d6e28441b 674:5d79c351e30a
5 #define TAGS \ 5 #define TAGS \
6 const char *tags[] = { "home", "net", "www", "mon", "fnord", NULL }; 6 const char *tags[] = { "home", "net", "www", "mon", "fnord", NULL };
7 7
8 #define DEFMODE dotile /* dofloat */ 8 #define DEFMODE dotile /* dofloat */
9 #define FLOATSYMBOL "><>" 9 #define FLOATSYMBOL "><>"
10 #define TILESYMBOL "[]=" 10 #define TILESYMBOL "[%u]="
11 11
12 #define FONT "-*-terminus-medium-r-*-*-14-*-*-*-*-*-*-*" 12 #define FONT "-*-terminus-medium-r-*-*-14-*-*-*-*-*-*-*"
13 #define NORMBGCOLOR "#111111" 13 #define NORMBGCOLOR "#111111"
14 #define NORMFGCOLOR "#cccccc" 14 #define NORMFGCOLOR "#cccccc"
15 #define SELBGCOLOR "#336699" 15 #define SELBGCOLOR "#336699"