Update readme
This commit is contained in:
parent
7c05cda33a
commit
6f8a97c1bd
1 changed files with 3 additions and 3 deletions
|
@ -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 :<
|
||||
</button>
|
||||
<layout>
|
||||
<text>$$ree</text>
|
||||
{{ree}}
|
||||
<slider min="0" max="100" value="50" onchange="notify-send {}"/>
|
||||
</layout>
|
||||
</layout>
|
||||
|
@ -46,7 +46,7 @@ Eww’s configuration should be placed in `~/.config/eww/eww.xml` and any `s
|
|||
</definitions>
|
||||
|
||||
<variables>
|
||||
<foo>test</foo>
|
||||
<var name="foo">test</var>
|
||||
</variables>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue