We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I am setting up a multi-file configuration:
eww/ ├── yuck/ │ └── panel.yuck ├── scss/ │ └── colors.scss ├── eww.yuck ├── eww.scss └── scripts/
I am running into 2 errors currently:
(include "./yuck/panel.yuck")
@import ./scss/colors.scss
Setup a multi-level, multi-file configuration
eww.yuck & eww.scss includes/imports files correctly
No response
Distro: Debian Sid Display Server: Wayland Compositor: Hyprland Eww Version: v0.6.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Checklist before submitting an issue
Description of the bug
Hello, I am setting up a multi-file configuration:
I am running into 2 errors currently:
(include "./yuck/panel.yuck")
errors out with "file not found" despite the path being correct@import ./scss/colors.scss
errors out with "file not found" despite the path being correctReproducing the issue
Setup a multi-level, multi-file configuration
Expected behaviour
eww.yuck & eww.scss includes/imports files correctly
Additional context
No response
Platform and environment
Distro: Debian Sid
Display Server: Wayland
Compositor: Hyprland
Eww Version: v0.6.0
The text was updated successfully, but these errors were encountered: