Update eww/yuck/README.md
This commit is contained in:
parent
b88ab224eb
commit
4b2a05c2dd
@ -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")
|
||||
```yuck
|
||||
(include "path/relative_to/eww_config_dir/file.yuck")
|
||||
```
|
Loading…
Reference in New Issue
Block a user