Files
aiolauncher_scripts/clock-widget.lua

5 lines
96 B
Lua

function onTick()
local timeStr = os.date('%Y-%m-%d %H:%M:%S')
ui:showText(timeStr)
end