diff --git a/dwm b/dwm index 534bb71..a74a75d 100755 Binary files a/dwm and b/dwm differ diff --git a/dwm.c b/dwm.c index fd68b9e..f65eb68 100644 --- a/dwm.c +++ b/dwm.c @@ -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)]); diff --git a/dwm.o b/dwm.o index 9ede641..4aefc7c 100644 Binary files a/dwm.o and b/dwm.o differ