10 lines
312 B
Text
10 lines
312 B
Text
(defwindow example
|
|
:monitor 0
|
|
:geometry (geometry :x "0%"
|
|
:y "20px"
|
|
:width "50%"
|
|
:height "50px"
|
|
:anchor "top center")
|
|
:stacking "fg"
|
|
"example content")
|
|
|