(defwidget home [] (box :class "home" :orientation "v" :spacing 10 :width 300 :space-evenly false (nowplayingbar) (rat) (shortcuts) (weather_revealer) ; (weather :json weather_status) ; (softwareupdates :json {software_list}) (software_revealer) (notes_revealer) ; (notes :json {jq(notes_list,'.notes')}) (reminders_revealer))) ; (reminders :json {jq(reminders_list,'.reminders')}))) ;widget templates (include "modules/home/revealer-on-press.yuck") (include "modules/home/nowplayingart.yuck") (include "modules/home/rat.yuck") (include "modules/home/weather.yuck") (include "modules/home/shortcuts.yuck") (include "modules/home/notes.yuck") (include "modules/home/softwareupdates.yuck") (include "modules/home/reminders.yuck")