dotfiles/de/home/.config/eww/modules/home.yuck
2025-04-27 00:15:02 -07:00

17 lines
495 B
Text

(defwidget home []
(box :class "home"
:orientation "v"
:spacing 10
:width 300
:space-evenly false
(rat)
(weather :json weather_status)
(shortcuts)
(notes :json {jq(notes_list,'.notes')})
(reminders :json {jq(reminders_list,'.reminders')})))
(include "modules/home/rat.yuck")
(include "modules/home/weather.yuck")
(include "modules/home/shortcuts.yuck")
(include "modules/home/notes.yuck")
(include "modules/home/reminders.yuck")