This commit is contained in:
Linux User 2022-08-16 20:37:23 +00:00
parent 1c94eb2b79
commit cf92d864ef
3 changed files with 1 additions and 1 deletions

BIN
dwm

Binary file not shown.

2
dwm.c
View File

@ -738,7 +738,7 @@ drawstatusbar(Monitor *m, int bh, char* stext) {
isCode = 0;
text = p;
w += 2; /* 1px padding on both sides */
// w += 2; /* 1px padding on both sides */
ret = m->ww - w;
x = m->ww - w - 2 * hpb;

BIN
dwm.o

Binary file not shown.