dotfiles/wayland/config/eww/modules/bar/notification-center.yuck
2026-04-07 17:56:10 -07:00

9 lines
535 B
Text

(deflisten notification_center_info :initial '{ "count": 0, "dnd": false, "visible": false, "inhibited": false }'
"swaync-client -s")
(defwidget notification_center []
(box :class "notification-center ${(jq(notification_center_info,'.count','r') > 0 ) ? 'active' : 'inactive'}"
(button :onclick 'swaync-client -t'
:onrightclick 'swaync-client -d'
:tooltip "${jq(notification_center_info,'.count','r')} unread notifications"
"${!jq(notification_center_info,'.dnd','r') ? '' : ''}")))