dotfiles
dotfiles copied to clipboard
How to animate workspaces (or list-like object in general)
Hi, I'm trying to animate the workspaces widget but I couldn't figure out a good way. I think the reason is because the children of workspaces (i.e. the workspace indicators) is bound to hyprland service and so refreshing child make them appear instantly but I could be wrong.
I noticed that if I manually change .workspace in the css file, there is animation visible. I guess that means it is doable?
Also I think the same thing happens with list-like objects if you bind their children.
Difficult question. It comes to mind to try using Utils.Timeout to change the CSS class of the active workspace after some time to make an animation work