(include "eww_vars.yuck") (defwidget day [] (box :height "100" :width "100" :halign "center" :valign "center" :class "container" (label :class "label" :text DAY))) (defwidget month [] (box :height "100" :width "100" :halign "center" :valign "center" :class "container" (label :class "label" :text MONTH))) (defwidget year [] (box :height "100" :width "100" :halign "center" :valign "center" :class "container" (label :class "label" :text YEAR))) (defwidget daytype [] (box :height "100" :width "100" :halign "center" :valign "center" :class "container" (label :class "label" :text DAYTYPE))) (defwidget gif1 [] (box :halign "center" :valign "center" :class "container" (image :path 'images/gif1.gif'))) (defwidget gif2 [] (box :halign "center" :valign "center" :class "container" (image :path 'images/gif2.gif')))