dotfiles/.config/eww/widgets/notification-draw/notifications.yuck

9 lines
224 B
Plaintext
Raw Normal View History

2023-07-06 18:26:47 +00:00
(include "widgets/notification-draw/notification.yuck")
(defwidget notifications [json]
(box :orientation "v"
(for entry in json
(notification
:id {entry.id,data}
:text {entry.summary.data}))))