3 lines
111 B
Text
3 lines
111 B
Text
(defwidget clock []
|
|
(button :onclick 'notify-send "test"'
|
|
{formattime(EWW_TIME,"%b %d, %Y | %H:%M")}))
|