How do you access (include)
widgets and windows?
#981
-
I have created this: .config/eww/
eww.yuck
modules/
test.yuck But I cant open any windows defined in My idea is to make a package manager that allows you to separate the widgets into different files and import the ones you like and basically kitbash your own bar for example out of different modules. But it could also be a dashboard too. Anything goes. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I feel like there is something wrong with your
and then use |
Beta Was this translation helpful? Give feedback.
I feel like there is something wrong with your
include
declaration.If I have the following structure:
and then use
(include "./menu/menu.yuck")
in theeww.yuck
file, I am able to open the windowmenu
, declared inmenu.yuck
, simply usingeww open menu
.