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

pull/48/head
bakkeby 4 years ago
parent eb782ae920
commit 512a656ddd

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

Loading…
Cancel
Save