comparison config.h @ 748:61821891835c

statusbar: removed squares, removed modesymbols, normcolor for client title
author meillo@marmaro.de
date Sun, 11 Feb 2007 12:20:54 +0100
parents a28456200108
children
comparison
equal deleted inserted replaced
747:f0e6c8860014 748:61821891835c
5 #define TAGS \ 5 #define TAGS \
6 const char *tags[] = { "Das Alles", "Das Nichts", NULL }; 6 const char *tags[] = { "Das Alles", "Das Nichts", NULL };
7 7
8 #define BORDERPX 1 8 #define BORDERPX 1
9 #define DEFMODE dotile /* dofloat */ 9 #define DEFMODE dotile /* dofloat */
10 #define FLOATSYMBOL "F" 10 #define FLOATSYMBOL ""
11 #define TILESYMBOL "T" 11 #define TILESYMBOL ""
12 12
13 #define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-*-*" 13 #define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-*-*"
14 #define NORMBGCOLOR "#333333" 14 #define NORMBGCOLOR "#333333"
15 #define NORMFGCOLOR "#bbbbbb" 15 #define NORMFGCOLOR "#bbbbbb"
16 #define SELBGCOLOR "#eec900" 16 #define SELBGCOLOR "#eec900"