non important commit

This commit is contained in:
benstrb 2026-01-10 21:51:26 +01:00
parent e1af9658fc
commit 5262c832dd

View file

@ -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"))