implemented nmaster appearance in mode label (using %u)
This commit is contained in:
parent
a768ea93fd
commit
1d4a24dae0
7 changed files with 18 additions and 8 deletions
2
draw.c
2
draw.c
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue