mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
89afedf3d5
* extend image effects add a basic light clock * add alpha values to rainbow * some effect tuning * make seconds hand optional and change color to yellow make blue hours hand always visible
9 lines
99 B
JSON
9 lines
99 B
JSON
{
|
|
"name" : "Light clock",
|
|
"script" : "light-clock.py",
|
|
"args" :
|
|
{
|
|
"show_seconds" : true
|
|
}
|
|
}
|