[dwm] dwm.c: fix merge issue

This commit is contained in:
dogeystamp 2024-01-02 10:26:47 -05:00
parent 0599592ac8
commit ce577ce66d

View File

@ -812,7 +812,7 @@ drawbar(Monitor *m)
int boxw = drw->fonts->h / 6 + 2;
unsigned int i, occ = 0, urg = 0;
Client *c;
w = blw = TEXTW(m->ltsymbol);
w = TEXTW(m->ltsymbol);
/* clear bar from last draw */
drw_setscheme(drw, scheme[SchemeNorm]);