- XCopyArea(dpy, brush.drawable, barwin, brush.gc, 0, 0, barrect.width,
- barrect.height, 0, 0);
+ brush.w = textw(&brush.font, statustext) + bh;
+ brush.x = bx + bw - brush.w;
+ draw(dpy, &brush, False, statustext);
+ XCopyArea(dpy, brush.drawable, barwin, brush.gc, 0, 0, bw, bh, 0, 0);