Candyrice/eww/yuck/README.md
candifloss e608123faf Defined 3 sides of the panel.
Added placeholder css.
Minor changes to panel definition.
2024-08-07 20:34:26 +05:30

17 lines
492 B
Markdown

# Yuck files
Yuck is the custom language to config EWW. Refer the [official docs](https://elkowar.github.io/eww/configuration.html) for basic config instructions and syntax.
## Note: Splitting Eww Config
There are 2 ways to specify path while including other `.yuck` files:
### Absolute path:
From `/`
```yuck
(include "/absolute/path/from/root/to/file.yuck")
```
### Relative path:
Relative to `eww` config dir
```yuck
(include "path/relative_to/eww_config_dir/file.yuck")
```