fix
This commit is contained in:
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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user