This commit is contained in:
brindosch 2017-04-18 12:25:59 +02:00
parent 7d59a7dec3
commit 2747e0b36f

View File

@ -1,15 +0,0 @@
{
"name" : "Light clock",
"script" : "light-clock.py",
"args" :
{
"show_seconds" : true,
"hour-color" : [0,0,255],
"minute-color" : [0,255,0],
"second-color" : [255,0,0],
"background-color" : [0,0,0],
"marker-depth" : 0,
"marker-width" : 5,
"marker-color" : [255,255,255]
}
}