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

27 lines
805 B
Text

(defwidget home []
(box :class "home"
:orientation "v"
:spacing 10
:width 300
:space-evenly false
(nowplayingbar)
(rat)
(shortcuts)
(weather_revealer)
; (weather :json weather_status)
(notes_revealer)
; (notes :json {jq(notes_list,'.notes')})
(softwareupdates :json {software_list})
(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")