diff --git a/eww/yuck/README.md b/eww/yuck/README.md index d28906b..bcd2c3a 100644 --- a/eww/yuck/README.md +++ b/eww/yuck/README.md @@ -6,9 +6,12 @@ Yuck is the custom language to config EWW. Refer the [official docs](https://elk There are 2 ways to specify path while including other `.yuck` files: ### Absolute path: From `/` +```yuck +(include "/absolute/path/from/root/to/file.yuck") +``` - (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 +```yuck +(include "path/relative_to/eww_config_dir/file.yuck") +``` \ No newline at end of file