Browse Source

returning to old bar colorization behavior, like sander proposed for consistency reasons

master
arg@mig29 18 years ago
parent
commit
7d168a2621
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      draw.c

+ 1
- 1
draw.c View File

@ -107,7 +107,7 @@ drawstatus(void) {
drawtext(stext, dc.status, False);
if((dc.w = dc.x - x) > bh) {
dc.x = x;
drawtext(sel ? sel->name : NULL, dc.sel, False);
drawtext(sel ? sel->name : NULL, sel ? dc.sel : dc.norm, False);
}
XCopyArea(dpy, dc.drawable, barwin, dc.gc, 0, 0, bw, bh, 0, 0);
XSync(dpy, False);


Loading…
Cancel
Save