config/eww ahrc-laptop : fix notifications

This commit is contained in:
Ahurac 2024-05-31 14:51:23 +02:00
parent 2253608753
commit 7fb809f425

View file

@ -24,7 +24,7 @@
) )
(deflisten notifications (deflisten notifications
:initial '{}' :initial '{"count":0}'
"swaync-client --subscribe" "swaync-client --subscribe"
) )
@ -98,7 +98,7 @@
: notifications.count > 0 : notifications.count > 0
? notifications-icon["new"] ? notifications-icon["new"]
: notifications-icon["nothing"] : notifications-icon["nothing"]
} ${notifications.count}" } ${notifications.count}"
)) ))
) )