HybridBar
HybridBar copied to clipboard
[BUG] Widget flickering when it listening commands output
Widget flickering when it listening commands output
Can you try setting update_anim
to none
for the label, and then checking if it makes any difference?
https://github.com/vars1ty/HybridBar/blob/main/WIDGETS.md#widgets
thread 'crossfade
, slide_left
or slide_right
.', src/widgets/label_widget.rs:173:51
note: run with RUST_BACKTRACE=1
environment variable to display a backtrace
Aborted (core dumped)
it seem the values "none" does not work
Alright I'll look into it during the coming week
Should be fixed with w.i.p 0.5.0 in this commit: c38c84fb5c7fec5608c4636c71ce6f8be04d195d If you feel like it, you may compile the proper branch and use as-is with new changes that are added, or you can wait until 0.5.0 is out.
hm, on tip of main i still can't use "none".