7 lines
203 B
Text
7 lines
203 B
Text
|
(deflisten window :initial "" "sh ./widgets/window-title/get-window-title.sh")
|
||
|
(defwidget windowtitle []
|
||
|
(box :class "title"
|
||
|
(label :text {window == "null" ? "" : window} :class "title"
|
||
|
)
|
||
|
)
|
||
|
)
|