From b8e2fc070beae65e6d6eefb9e838b39562ba4cdd Mon Sep 17 00:00:00 2001 From: elkowar <5300871+elkowar@users.noreply.github.com> Date: Tue, 2 Mar 2021 13:19:25 +0100 Subject: [PATCH] Update docs to include --- docs/content/main/configuration.md | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/docs/content/main/configuration.md b/docs/content/main/configuration.md index 6f0a242..e4d8ce8 100644 --- a/docs/content/main/configuration.md +++ b/docs/content/main/configuration.md @@ -17,9 +17,9 @@ So the directory structure should look like this: ``` $HOME └──.config - └──eww - ├──eww.xml - └──eww.scss + ──eww + ├──eww.xml + └──eww.scss ``` ### Config structure @@ -28,20 +28,20 @@ Your config structure should look like this: ```xml - - + + - - - + + + - - - + + + - - - + + + ``` See @@ -214,6 +214,7 @@ The `` config should look something like this: +
@@ -223,6 +224,7 @@ The `` config should look something like this: The window block contains multiple elements to configure the window. - `` is used to specify the position and size of the window. +- `` is used to have eww reserve space at a given side of the screen the widget is on. - `` will contain the widget that is shown in the window. There are a couple things you can optionally configure on the window itself: