JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
removed mode label stuff
[dwm.git] / draw.c
diff --git a/draw.c b/draw.c
index 0ee362c..8e3962c 100644 (file)
--- a/draw.c
+++ b/draw.c
@@ -120,7 +120,7 @@ drawstatus(void) {
                dc.x += dc.w;
        }
        dc.w = bmw;
-       drawtext(mtext, dc.status, False, False);
+       drawtext(arrange == dofloat ? FLOATSYMBOL : TILESYMBOL, dc.status, False, False);
        x = dc.x + dc.w;
        dc.w = textw(stext);
        dc.x = bw - dc.w;