(defwidget widgets [] (box :class "widgets" :orientation "v" :spacing 10 :width 300 :space-evenly false (rat) (weather :json weather_status))) ;widgets (include "modules/widgets/rat.yuck") (include "modules/widgets/weather.yuck")