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: