Wordclock/simulation/config.lua

14 lines
314 B
Lua
Raw Normal View History

green=0
red=60
blue=0
color=string.char(green, red, blue)
color1=string.char(green, red, blue)
color2=string.char(green, red, blue)
color3=string.char(green, red, blue)
color4=string.char(green, red, blue)
colorBg=string.char(0,0,0) -- black is the default background color
sntpserverhostname="ptbtime1.ptb.de"