Candyrice/eww/yuck
2024-07-29 18:19:25 +00:00
..
osd Add eww/yuck/osd/osd_window.yuck 2024-07-29 18:02:37 +00:00
vars Add eww/yuck/vars/vars.yuck 2024-07-29 14:08:03 +00:00
README.md Update eww/yuck/README.md 2024-07-29 18:19:25 +00:00

Yuck files

Yuck is the custom language to config EWW. Refer the official docs 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")