Minor tweaks to awesomebar patch (incl. alpha and systray compatibility)

This commit is contained in:
bakkeby
2019-09-10 08:27:00 +02:00
parent 2d1d1dade4
commit d0757568ee
7 changed files with 36 additions and 6 deletions

2
dwm.c
View File

@@ -1197,7 +1197,7 @@ focusin(XEvent *e)
{
XFocusChangeEvent *ev = &e->xfocus;
#if SYSTRAY_PATCH
#if SYSTRAY_PATCH && !AWESOMEBAR_PATCH
if (showsystray) {
/* Clear status bar to avoid artifacts beneath systray icons */
drw_rect(drw, 0, 0, selmon->ww, bh, 1, 1);