Fix background color for icons in tasklist

This commit is contained in:
Julien Danjou 2008-03-14 20:04:20 +01:00
parent 3aa550ef6b
commit ece6ffb8fe
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ tasklist_draw(Widget *widget, DrawCtx *ctx, int offset, int used)
area.height = widget->statusbar->height;
area.width = box_width;
draw_rectangle(ctx, area, True, style.fg);
draw_rectangle(ctx, area, True, style.bg);
if((r = rule_matching_client(c)) && r->icon)
{