X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=draw.c;h=ced0dfd766501cb7365b6efadb83fd1d863ce93a;hb=77044e876511f51c34bde379d89e2de754707ee6;hp=16bf8055c625e7efe75745aec3f1f8dc12a04f60;hpb=2c6be7239f932121b9e4526b01b957fcefc8345a;p=dwm.git diff --git a/draw.c b/draw.c index 16bf805..ced0dfd 100644 --- a/draw.c +++ b/draw.c @@ -66,7 +66,7 @@ drawstatus(void) { dc.x += dc.w; } dc.w = blw; - drawtext(lt->symbol, dc.norm); + drawtext(getsymbol(), dc.norm); x = dc.x + dc.w; dc.w = textw(stext); dc.x = sw - dc.w;