fix border color
This commit is contained in:
parent
e5af2dcf24
commit
b832f96ba1
|
@ -164,7 +164,7 @@ progressbar_new(Statusbar *statusbar, cfg_t *config)
|
|||
if((color = cfg_getstr(cfg, "bcolor")))
|
||||
d->bcolor[i] = initxcolor(statusbar->screen, color);
|
||||
else
|
||||
d->bcolor[i] = globalconf.screens[statusbar->screen].colors_normal[ColFG];
|
||||
d->bcolor[i] = d->fg[i];
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue