2024-07-29 18:18:42 +00:00
|
|
|
# Yuck files
|
|
|
|
|
2024-07-29 18:19:25 +00:00
|
|
|
Yuck is the custom language to config EWW. Refer the [official docs](https://elkowar.github.io/eww/configuration.html) for basic config instructions.
|
2024-07-29 18:18:42 +00:00
|
|
|
|
|
|
|
## 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")
|