mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
.
This commit is contained in:
parent
2747e0b36f
commit
4593b56821
15
effects/light-clock.json
Normal file
15
effects/light-clock.json
Normal file
@ -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]
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user