JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
added symbols for different modes
[dwm.git] / draw.c
diff --git a/draw.c b/draw.c
index 362d025..dc2bdb6 100644 (file)
--- a/draw.c
+++ b/draw.c
@@ -104,7 +104,9 @@ drawstatus(void) {
        }
 
        dc.w = bmw;
-       drawtext(arrange == dofloat ? FLOATSYMBOL : TILESYMBOL, dc.status, False);
+       drawtext(arrange == dofloat ?
+               FLOATSYMBOL : stackpos == StackBottom ?
+                       BSTACKSYMBOL : VSTACKSYMBOL, dc.status, False);
 
        x = dc.x + dc.w;
        dc.w = textw(stext);