Add eww/yuck/README.md
This commit is contained in:
parent
c4779e2bda
commit
b55ad7b845
13
eww/yuck/README.md
Normal file
13
eww/yuck/README.md
Normal file
@ -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")
|
Loading…
Reference in New Issue
Block a user