[BUG] cannot find included file
Opened this issue · 0 comments
hkcowboy commented
Checklist before submitting an issue
- I have searched through the existing closed and open issues for eww and made sure this is not a duplicate
- I have specifically verified that this bug is not a common user error
- I am providing as much relevant information as I am able to in this bug report (Minimal config to reproduce the issue for example, if applicable)
Description of the bug
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:
- eww.yuck:
(include "./yuck/panel.yuck")
errors out with "file not found" despite the path being correct - eww.scss:
@import ./scss/colors.scss
errors out with "file not found" despite the path being correct
Reproducing 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