From 4593b5682100955cffb20c594a213ab034f4c2e9 Mon Sep 17 00:00:00 2001 From: brindosch Date: Tue, 18 Apr 2017 12:26:19 +0200 Subject: [PATCH] . --- effects/light-clock.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 effects/light-clock.json diff --git a/effects/light-clock.json b/effects/light-clock.json new file mode 100644 index 00000000..1619bf51 --- /dev/null +++ b/effects/light-clock.json @@ -0,0 +1,15 @@ +{ + "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] + } +}