aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--draw.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/draw.c b/draw.c
index d8525b4..ccefed0 100644
--- a/draw.c
+++ b/draw.c
@@ -395,7 +395,8 @@ parse_line(const char *line, int lnr, int align, int reverse, int nodraw) {
char *xftcs_bg;
int xftcs_bgf=0;
- xftcs = (char *)dzen.fg;
+ xftcs = (char *)dzen.fg;
+ xftcs_bg = (char *)dzen.bg;
#endif
/* icon cache */