Update readme

This commit is contained in:
elkowar 2020-10-04 23:48:07 +02:00
parent 7c05cda33a
commit 6f8a97c1bd

View file

@ -33,12 +33,12 @@ Eww’s configuration should be placed in `~/.config/eww/eww.xml` and any `s
<definitions>
<def name="test">
<layout orientation="v">
<text>$$foo</text>
{{foo}}
<button onclick='notify-send "that hurt,..."'>
click me if you dare :&lt;
</button>
<layout>
<text>$$ree</text>
{{ree}}
<slider min="0" max="100" value="50" onchange="notify-send {}"/>
</layout>
</layout>
@ -46,7 +46,7 @@ Eww&rsquo;s configuration should be placed in `~/.config/eww/eww.xml` and any `s
</definitions>
<variables>
<foo>test</foo>
<var name="foo">test</var>
</variables>