implemented nmaster appearance in mode label (using %u)

This commit is contained in:
Anselm R. Garbe
2007-01-08 17:33:24 +01:00
parent a768ea93fd
commit 1d4a24dae0
7 changed files with 18 additions and 8 deletions

2
draw.c
View File

@ -120,7 +120,7 @@ drawstatus(void) {
dc.x += dc.w;
}
dc.w = bmw;
drawtext(arrange == dofloat ? FLOATSYMBOL : TILESYMBOL, dc.status, False, False);
drawtext(mtext, dc.status, False, False);
x = dc.x + dc.w;
dc.w = textw(stext);
dc.x = bw - dc.w;