From b55ad7b845cae08bc24cbbe74d85b8318259077d Mon Sep 17 00:00:00 2001 From: Candifloss Date: Mon, 29 Jul 2024 18:18:42 +0000 Subject: [PATCH] Add eww/yuck/README.md --- eww/yuck/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 eww/yuck/README.md diff --git a/eww/yuck/README.md b/eww/yuck/README.md new file mode 100644 index 0000000..446a763 --- /dev/null +++ b/eww/yuck/README.md @@ -0,0 +1,13 @@ +# 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. + +## Splitting Eww Config +There are 2 ways to specify path while including other `.yuck` files: +Absolute path: + + (include "/absolute/path/from/root/to/file.yuck") +Relative path(relative to eww config dir): + + (include "path/relative_to/eww_config_dir/file.yuck") \ No newline at end of file