dotfiles-remastered/.config/eww/modules/notifications/notifications.yuck

18 lines
290 B
Plaintext
Raw Normal View History

2023-11-26 23:34:43 +00:00
(deflisten swaync
:initial "{}"
"swaync-client -swb"
)
(defwidget notifications []
(button
:class "notifications"
:onclick "swaync-client -t -sw"
:onrightclick "swaync-client -d -sw"
(label
:text "${swaync.text}"
)
)
)