dwm-meillo
diff draw.c @ 674:5d79c351e30a
implemented nmaster appearance in mode label (using %u)
author | Anselm R. Garbe <arg@suckless.org> |
---|---|
date | Mon, 08 Jan 2007 17:33:24 +0100 |
parents | fd2ea58b0b94 |
children | 4fd68b1485eb |
line diff
1.1 --- a/draw.c Mon Jan 08 13:01:37 2007 +0100 1.2 +++ b/draw.c Mon Jan 08 17:33:24 2007 +0100 1.3 @@ -120,7 +120,7 @@ 1.4 dc.x += dc.w; 1.5 } 1.6 dc.w = bmw; 1.7 - drawtext(arrange == dofloat ? FLOATSYMBOL : TILESYMBOL, dc.status, False, False); 1.8 + drawtext(mtext, dc.status, False, False); 1.9 x = dc.x + dc.w; 1.10 dc.w = textw(stext); 1.11 dc.x = bw - dc.w;