Allow the use of load functions in the main yuck files #1043
FilipeTiago
started this conversation in
Ideas
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Allow the use off load function sutch as: (load "modules/workspaces/widget.yuck")
This to allow to split the main widget from the components, allows to reuse components in other widgets.
Currently if I try that it does not recognize load and it's invalid.
Also I like this modular approach because scripts / css that belong to a specific module are in that module folder. That's how I set up my waybar that I would like to replace.
Beta Was this translation helpful? Give feedback.
All reactions