removed a bunch of lines, made mode symbols configurable

This commit is contained in:
Anselm R. Garbe
2006-08-25 15:12:32 +02:00
parent d37dfa1bed
commit aa471f2d65
4 changed files with 7 additions and 8 deletions

2
main.c
View File

@ -129,7 +129,7 @@ setup()
dc.status[ColFG] = getcolor(STATUSFGCOLOR);
setfont(FONT);
modew = 0;
modew = textw(FLOATSYMBOL) > textw(TILEDSYMBOL) ? textw(FLOATSYMBOL) : textw(TILEDSYMBOL);
sx = sy = 0;
sw = DisplayWidth(dpy, screen);
sh = DisplayHeight(dpy, screen);