Wordclock/simulation/config.lua

16 lines
367 B
Lua
Raw Normal View History

2018-01-28 14:08:54 +01:00
green=0
green2=128
red=128
blue=0
2018-12-26 21:41:13 +01:00
color=string.char(0, 0, 128)
color1=string.char(128, 0, 0)
color2=string.char(tonumber(green2*0.8), 0, 0)
color3=string.char(tonumber(green2*0.4), 0, 0)
color4=string.char(tonumber(green2*0.2), 0, 0)
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
dim="on"