From 65e7a16440e25ba35db2af234a9fe5f83000fa5f Mon Sep 17 00:00:00 2001 From: Candifloss Date: Mon, 29 Jul 2024 18:24:57 +0000 Subject: [PATCH] Update eww/yuck/README.md --- eww/yuck/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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