Candyrice/eww/yuck
2024-08-06 07:48:07 +05:30
..
dock typos 2024-08-05 21:48:25 +05:30
osd Created dock. 2024-08-05 21:25:02 +05:30
panel created panel window 2024-08-06 07:48:07 +05:30
test Add eww/yuck/test/README.md 2024-07-29 18:53:02 +00:00
vars Add eww/yuck/vars/README.md 2024-07-29 18:27:44 +00:00
README.md Update eww/yuck/README.md 2024-07-29 18:24:57 +00:00

Yuck files

Yuck is the custom language to config EWW. Refer the official docs for basic config instructions and syntax.

Splitting Eww Config

There are 2 ways to specify path while including other .yuck files:

Absolute path:

From /

(include "/absolute/path/from/root/to/file.yuck")

Relative path:

Relative to eww config dir

(include "path/relative_to/eww_config_dir/file.yuck")