You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enlighten version 1.2.0 introduced an offset argument. You should be able to pass that to enlighten.Manager to get the same effect as your workaround. Something like this.
manager=enlighten.get_manager(offset=24)
That should reduce lib.output.StatusBar down to about 3 lines which you could just move to lib.output.Output
The text was updated successfully, but these errors were encountered:
Enlighten version 1.2.0 introduced an
offset
argument. You should be able to pass that to enlighten.Manager to get the same effect as your workaround. Something like this.That should reduce lib.output.StatusBar down to about 3 lines which you could just move to lib.output.Output
The text was updated successfully, but these errors were encountered: