Files
colorshell/eww/widgets/notifications.yuck
T
2024-11-23 10:10:28 -03:00

6 lines
117 B
Plaintext

(defwidget notifications []
(box :class "notifications"
(button :onclick "swaync-client -t" "")
)
)