Update eww/yuck/README.md

This commit is contained in:
Candifloss 2024-07-29 18:24:57 +00:00
parent fecb4d54b6
commit 65e7a16440

View File

@ -1,12 +1,14 @@
# 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.
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.
## Splitting Eww Config
There are 2 ways to specify path while including other `.yuck` files:
Absolute path:
### Absolute path:
From `/`
(include "/absolute/path/from/root/to/file.yuck")
Relative path(relative to eww config dir):
### Relative path:
Relative to `eww` config dir
(include "path/relative_to/eww_config_dir/file.yuck")