(deflisten window :initial "" "sh ./widgets/window-title/get-window-title.sh")
(defwidget windowtitle []
  (box :class "title" :visible {window == "null" ? false : true}
    (label :text {window == "null" ? "" : window} :class "title"
    )
  )
)