some icon changes

This commit is contained in:
speedie 2023-01-08 04:29:55 +01:00
parent bba82bcdfe
commit e19fc01111

View file

@ -3741,7 +3741,7 @@ drawswitcher(int nwins, int first, Monitor *m)
drw_setscheme(drw, scheme[(c == m->sel) ? SchemeTitleSel : SchemeBar]);
drw_text(drw, 0, y, selmon->maxwidth, h, 0, c->name, 0, False);
#if USEWINICON
if (c->icon) drw_pic(drw, 0, y, selmon->maxwidth, h, c->icon);
if (c->icon && !selmon->hideicon && c->ich + 30 < h) drw_pic(drw, 0, y, selmon->maxwidth, h, c->icon);
#endif
y += h;
}