make wf and lt symbols a diff color scheme

This commit is contained in:
Jakub 2024-05-19 02:53:02 -04:00
parent 0d9b76aa1a
commit f90eea39df

2
dwm.c
View File

@ -908,7 +908,7 @@ drawbar(Monitor *m)
x += w;
}
w = TEXTW(m->ltsymbol);
drw_setscheme(drw, scheme[SchemeNorm]);
drw_setscheme(drw, scheme[SchemeSel]);
x = drw_text(drw, x, 0, w, bh, lrpad / 2, m->ltsymbol, 0);
w = TEXTW(wfsymbol);