non important commit

This commit is contained in:
benstrb 2026-01-10 22:29:56 +01:00
parent f0dcdaf05d
commit 9015f0a7a3

View file

@ -1,34 +1,17 @@
(defwindow example
:monitor 0
:geometry (geometry :x "0%"
:y "10%"
:width "90%"
:height "5%"
:anchor "top center")
:stacking "bg"
:windowtype "dock"
:wm-ignore false
(
box :orientation "vertical"
(greeter :text "Say hello!"
:name "Tim"
)
"example content"
)
)
( (
defwidget greeter [?text name] defwindow clock
( :monitor 0
box :orientation "horizontal" :geometry (
:halign "center" geometry :x "75%"
:y "5%"
:width "90%"
:height "5%"
:anchor "top center"
)
text :stacking "bg"
( :windowtype "dock"
button :onclick "echo 'Hello' 'Hello, ${name}'" :wm-ignore true
"Greet"
) "example content"
)
) )