Added logic to auto-hide bars if nothing is drawn on them (e.g. for standalone bars that only show certain clients)

This commit is contained in:
bakkeby 2020-08-22 09:26:56 +02:00
parent eb782ae920
commit 512a656ddd

View File

@ -164,7 +164,7 @@ drawstatusbar(int x, char* stext)
free(p); free(p);
drw_setscheme(drw, scheme[SchemeNorm]); drw_setscheme(drw, scheme[SchemeNorm]);
return i; return len - 1;
} }
int int