Candyrice/eww/yuck
2024-08-07 23:37:43 +05:30
..
dock rearranged code blocks 2024-08-06 23:27:11 +05:30
osd Created dock. 2024-08-05 21:25:02 +05:30
panel Formatting 2024-08-07 23:37:43 +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 Defined 3 sides of the panel. 2024-08-07 20:34:26 +05:30

Yuck files

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

Note: 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")