6 lines
117 B
Plaintext
6 lines
117 B
Plaintext
(defwidget notifications []
|
|
(box :class "notifications"
|
|
(button :onclick "swaync-client -t" "")
|
|
)
|
|
)
|