diff --git a/effects/clock.json b/effects/clock.json index cfd57dcb..0729d153 100644 --- a/effects/clock.json +++ b/effects/clock.json @@ -4,11 +4,9 @@ "args" : { "offset" : 0, - "hour-margin" : 2, "minute-margin" : 1, "second-margin" : 0, - "hour-color" : [255, 0, 0], "minute-color" : [0, 255, 0], "second-color" : [0, 0, 255] diff --git a/effects/pacman.json b/effects/pacman.json index b91ef77f..30c768b3 100644 --- a/effects/pacman.json +++ b/effects/pacman.json @@ -1,4 +1,8 @@ { "name" : "Pac-Man", - "script" : "pacman.py" + "script" : "pacman.py", + "args" : + { + "sleep-time" : 0.3 + } }