Candyrice/eww/yuck
2024-08-09 01:11:33 +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 css tinkering 2024-08-09 01:11:33 +05:30
test tests 2024-08-09 00:37:02 +05:30
vars Fixed scripts, Added panel icon widgets, 2024-08-08 21:13:44 +05:30
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")