diff --git a/eww/yuck/README.md b/eww/yuck/README.md index 8162ffe..d28906b 100644 --- a/eww/yuck/README.md +++ b/eww/yuck/README.md @@ -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") \ No newline at end of file