Replies: 1 comment
-
It's possible . Animations are just you rendering different frame based on time. You can setup a timer that updates the frame you send to lualine. So you need to handle the timer part and rendering part yourself . It'll be more complicated then in winbar bar it's possible . |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So I was watching this video on how to add a cava visualizer to windline.
https://www.youtube.com/watch?v=-3_ix9k8aXg
So I tried to copy the way he did it, but by adding it to neovim. I was wondering if it was even possible to add to neovim as windline has support for animations. Also, if it is possible I was wondering if you could show me how as I can't figure it out.
Here is the code that I've written for it.
And here is
cava.sh
.Beta Was this translation helpful? Give feedback.
All reactions