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.2k stars 228 forks source link

Separate module interval not working? #878

Closed Zambieslar closed 2 years ago

Zambieslar commented 2 years ago

Not sure why but separate module intervals are not working, any way to fix?

Current config:

bar { colors{ background #373b4150 } status_command bumblebee-status -m cpu memory time pasink -p pasink.interval=0.1 \ -t onedark-powerline i3bar_command i3bar --transparency position top }

tobi-wan-kenobi commented 2 years ago

@Zambieslar That unfortunately is one of the non-obvious restrictions of bumblebee. The interval of a module cannot be less than the "global" interval.

And actually, the module interval needs to be a multiple of the global interval, because the global interval defines how often the bar is refreshed.

Zambieslar commented 2 years ago

Ahh I see. Now have the information to make this work haha! Thanks so much for getting back to me!