diff --git a/dwm.c b/dwm.c index c3852e0..3db0871 100644 --- a/dwm.c +++ b/dwm.c @@ -2107,7 +2107,7 @@ updatestatus(void) { if (!gettextprop(root, XA_WM_NAME, stext, sizeof(stext))) strcpy(stext, "dwm-"VERSION); - drawbar(selmon); + drawbars(); /*update statusbar on all monitors*/ } void