Candyrice/yuck
2024-12-12 19:26:26 +05:30
..
dock Minor file location changes 2024-12-08 15:25:41 +05:30
osd Minor file location changes 2024-12-08 15:25:41 +05:30
panel Simplified Leftwm workspace yuck code 2024-12-12 19:26:26 +05:30
test Minor file location changes 2024-12-08 15:25:41 +05:30
vars Simplified Leftwm workspace yuck code 2024-12-12 19:26:26 +05:30
README.md Minor file location changes 2024-12-08 15:25:41 +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")