diff -r 2d6f17254ba8 -r ea0cef59c3a3 main.c --- a/main.c Sat Sep 15 10:35:18 2007 +0200 +++ b/main.c Sat Sep 15 12:36:42 2007 +0200 @@ -326,7 +326,7 @@ xerrorxlib = XSetErrorHandler(xerror); XSync(dpy, False); setup(); - drawstatus(); + drawbar(); scan(); /* main event loop, also reads status text from stdin */ @@ -359,7 +359,7 @@ if(p > stext) strncpy(stext, p + 1, sizeof stext); } - drawstatus(); + drawbar(); } while(XPending(dpy)) { XNextEvent(dpy, &ev);