non important commit
This commit is contained in:
parent
e1af9658fc
commit
5262c832dd
1 changed files with 11 additions and 1 deletions
|
|
@ -8,4 +8,14 @@
|
|||
:stacking "bg"
|
||||
:windowtype "dock"
|
||||
:wm-ignore false
|
||||
"example content")
|
||||
"example content"
|
||||
|
||||
(greeter :text "Say hello!"
|
||||
:name "Tim"))
|
||||
|
||||
(defwidget greeter [?text name]
|
||||
(box :orientation "horizontal"
|
||||
:halign "center"
|
||||
text
|
||||
(button :onclick "notify-send 'Hello' 'Hello, ${name}'"
|
||||
"Greet"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue