1 /* See LICENSE file for copyright and license details. */
3 #define TABWIDTH textw(" ")
4 static char *clr
= "\e[2J";
5 //static char *separator = "\0";
8 static const char *font
= "-*-helvetica-bold-r-*-*-14-*-*-*-*-*-iso8859-*";
9 static const char *filterbgcolor
= "#0066ff";
10 static const char *filterfgcolor
= "#ffffff";
11 static const char *normbgcolor
= "#ffffff";
12 static const char *normaltbgcolor
= NULL
;
13 static const char *normfgcolor
= "#000000";
14 static const char *selbgcolor
= "#dddddd";
15 static const char *selfgcolor
= "#0066ff";
16 static const char *urgentfgcolor
= "#ff0000";
17 static const char *wclass
= "Dio";
18 static const char *wtitle
= "";