17 lines
322 B
Text
17 lines
322 B
Text
(
|
|
defwindow clock
|
|
:monitor 0
|
|
:geometry (
|
|
geometry :x "75%"
|
|
:y "5%"
|
|
:width "90%"
|
|
:height "5%"
|
|
:anchor "top center"
|
|
)
|
|
|
|
:stacking "bg"
|
|
:windowtype "dock"
|
|
:wm-ignore true
|
|
|
|
"example content"
|
|
)
|