Fix topbar

This commit is contained in:
Linux User 2022-10-02 17:03:22 +00:00
parent 8c4412a556
commit f124cf524c
3 changed files with 2 additions and 2 deletions

BIN
dwm

Binary file not shown.

4
dwm.c
View File

@ -823,8 +823,8 @@ drawstatusbar(Monitor *m, int bh, int extra, char* stext) {
x2 = m->ww - w2 - 2 * hpb;
} else {
// w += 2; /* 1px padding on both sides */
// ret = x = m->ww - w;
ret = x = m->ww - w - 2 * hpb;
ret = m->ww - w;
x = m->ww - w - 2 * hpb;
}
drw_setscheme(drw, scheme[LENGTH(colors)]);

BIN
dwm.o

Binary file not shown.