Wordclock/simulation/config.lua

15 lines
331 B
Lua
Raw Normal View History

2018-01-28 14:05:07 +01:00
green=60
red=0
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"
2018-01-17 21:11:42 +01:00
timezoneoffset=1