(defwindow clock :monitor 0 :stacking "bottom" :exclusive false :focusable false :geometry (geometry :width "600px" :height "200px" :anchor "top center" :y "80px") (clock-widget)) (defwidget clock-widget [] (box :class "clock-container" :orientation "vertical" :valign "center" :halign "center" (label :class "clock-time" :markup {formattime(EWW_TIME, "%H:%M")}) (label :class "clock-date" :markup {formattime(EWW_TIME, "%A, %B %d")})))