fix
This commit is contained in:
parent
1c94eb2b79
commit
cf92d864ef
2
dwm.c
2
dwm.c
|
@ -738,7 +738,7 @@ drawstatusbar(Monitor *m, int bh, char* stext) {
|
||||||
isCode = 0;
|
isCode = 0;
|
||||||
text = p;
|
text = p;
|
||||||
|
|
||||||
w += 2; /* 1px padding on both sides */
|
// w += 2; /* 1px padding on both sides */
|
||||||
ret = m->ww - w;
|
ret = m->ww - w;
|
||||||
x = m->ww - w - 2 * hpb;
|
x = m->ww - w - 2 * hpb;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue