From 27a904c1dd40d185dd5123ca354f6080e853ec92 Mon Sep 17 00:00:00 2001 From: Markus Teich Date: Sat, 21 May 2016 21:39:58 +0200 Subject: import new drw and util from libsl. --- config.def.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 92d577c..023f8cd 100644 --- a/config.def.h +++ b/config.def.h @@ -8,8 +8,10 @@ static char *fontfallbacks[] = { #define NUMFONTSCALES 42 #define FONTSZ(x) ((int)(10.0 * powf(1.1288, (x)))) /* x in [0, NUMFONTSCALES-1] */ -static const char *fgcol = "#000000"; -static const char *bgcol = "#FFFFFF"; +static const char *colors[] = { + "#000000", /* foreground color */ + "#FFFFFF", /* background color */ +}; static const float linespacing = 1.4; -- cgit v1.2.3