11 lines
420 B
Plaintext
11 lines
420 B
Plaintext
(deflisten json_notifications :initial "{ \"text\": 0, \"class\": [\"notification\"] }"
|
|
`swaync-client -swb`)
|
|
|
|
(defwidget notifications []
|
|
(box :class "notifications"
|
|
(button :onclick "swaync-client -t"
|
|
:class { json_notifications.class =~ "cc-open" ? 'open' : '' }
|
|
{ json_notifications.alt == "dnd-notification" ? " " : '${ json_notifications.text == 0 ? " " : " " }' })
|
|
)
|
|
)
|