Fix example widgets at start of config

This commit is contained in:
elkowar 2021-08-17 12:07:23 +02:00
parent 8679d7cb71
commit bb84e36757
No known key found for this signature in database
GPG key ID: E321AD71B1D1F27F

View file

@ -1,6 +1,6 @@
# Writing your eww configuration # Writing your eww configuration
(For a list of all built in widgets (i.e. `box`, `text`, `slider`) see [Widget Documentation](widgets.md)) (For a list of all built in widgets (i.e. `box`, `label`, `button`) see [Widget Documentation](widgets.md))
Eww is configured using its own language called `yuck`. Eww is configured using its own language called `yuck`.
using yuck, you declare the structure and content of your widgets, the geometry, position and behavior of any windows, using yuck, you declare the structure and content of your widgets, the geometry, position and behavior of any windows,