X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=main.c;h=26bec25b22f4bef1b6c6a7c8d7f0b5d27dcdb1b6;hp=338fed412072849e7910a9279e131cfd076842aa;hb=9800518ae3505e54c0e52ea3d40050f279e722d6;hpb=5d831eaa94e1ef91e4227298bdd5eec7b2181caf diff --git a/main.c b/main.c index 338fed4..26bec25 100644 --- a/main.c +++ b/main.c @@ -326,7 +326,7 @@ main(int argc, char *argv[]) { xerrorxlib = XSetErrorHandler(xerror); XSync(dpy, False); setup(); - drawstatus(); + drawbar(); scan(); /* main event loop, also reads status text from stdin */ @@ -359,7 +359,7 @@ main(int argc, char *argv[]) { if(p > stext) strncpy(stext, p + 1, sizeof stext); } - drawstatus(); + drawbar(); } while(XPending(dpy)) { XNextEvent(dpy, &ev);