tobi-wan-kenobi / bumblebee-status

bumblebee-status is a modular, theme-able status line generator for the i3 window manager.
https://bumblebee-status.readthedocs.io/en/main/
MIT License
1.23k stars 229 forks source link

Speed up bar creation by threaded github update #640

Closed SemjonWilke closed 4 years ago

SemjonWilke commented 4 years ago

Feature Request

Since the github module sometimes takes a while to update notifications, I suggest letting it update in a separate thread in order to avoid blocking the rest of the bar.

Solving this by providing a core framework for threaded updates may be preferred as it allows other modules to make easy use of it as well.

tobi-wan-kenobi commented 4 years ago

@SemjonKerner Please let me know whether this works now for you.

For future improvement, this could be used to simplify code in:

SemjonWilke commented 4 years ago

It works like a charm. Thanks again for this quick fix and so delicate. Well done.