Initial commit

This commit is contained in:
Evgeny
2021-07-29 07:51:07 +03:00
commit 091c7dcd0b
11 changed files with 169 additions and 0 deletions

4
clock-widget.lua Normal file
View File

@@ -0,0 +1,4 @@
function onTick()
local timeStr = os.date('%Y-%m-%d %H:%M:%S')
aio:showText(timeStr)
end