From 621ecadf6290e5af580455be4a6113250d835070 Mon Sep 17 00:00:00 2001 From: Mikkel Thestrup Date: Thu, 29 Jan 2026 00:00:15 +0100 Subject: Fix(dwmbar): Fix background color not being colored to the right of tags --- dwm.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dwm.c') diff --git a/dwm.c b/dwm.c index 46d31db..e34fd09 100644 --- a/dwm.c +++ b/dwm.c @@ -745,6 +745,9 @@ drawbar(Monitor *m) if (!m->showbar) return; + drw_setscheme(drw, scheme[SchemeNorm]); + drw_rect(drw, 0, 0, m->ww, bh, 1, 1); + /* Draw layout symbol on the left */ w = TEXTW(m->ltsymbol); drw_setscheme(drw, scheme[SchemeNorm]); -- cgit v1.2.3-70-g09d2