HybridBar icon indicating copy to clipboard operation
HybridBar copied to clipboard

[BUG] Widget flickering when it listening commands output

Open yanwh0311 opened this issue 1 year ago • 4 comments

Widget flickering when it listening commands output

yanwh0311 avatar Jun 09 '23 11:06 yanwh0311

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

vars1ty avatar Jun 10 '23 09:06 vars1ty

thread '' panicked at '[ERROR] Invalid revealer animation! Use 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

yanwh0311 avatar Jun 10 '23 14:06 yanwh0311

Alright I'll look into it during the coming week

vars1ty avatar Jun 10 '23 20:06 vars1ty

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.

vars1ty avatar Jun 21 '23 13:06 vars1ty