Replacing SchemeSel background for systray with that of SchemeNorm

This commit is contained in:
bakkeby
2020-03-22 19:39:08 +01:00
parent 9344ff61dd
commit 39df3ca2ec
2 changed files with 10 additions and 12 deletions

1
dwm.c
View File

@ -1658,6 +1658,7 @@ drawbars(void)
#if SYSTRAY_PATCH
if (showsystray) {
/* Clear status bar to avoid artifacts beneath systray icons */
drw_setscheme(drw, scheme[SchemeNorm]);
drw_rect(drw, 0, 0, selmon->ww, bh, 1, 1);
drw_map(drw, selmon->barwin, 0, 0, selmon->ww, bh);
}