Merge branch 'update-config' of juergen/pixelserver2 into master
This commit is contained in:
commit
9283caed3b
10
config.py
10
config.py
@ -20,7 +20,12 @@ WebPort = 8000
|
|||||||
|
|
||||||
# first app is always running in IDLE
|
# first app is always running in IDLE
|
||||||
Apps = [
|
Apps = [
|
||||||
{"guiname": "Dual moodlight", "name": "bimood", "cmd": "apps/bimood", "persistent": False},
|
{"guiname": "Colored noise", "name": "cnoise", "cmd": "apps/cnoise", "persistent": False},
|
||||||
|
{"guiname": "Dual Moodlight", "name": "bimood", "cmd": "apps/bimood", "persistent": False},
|
||||||
|
{"guiname": "Maze", "name": "maze", "cmd": "apps/maze", "persistent": False},
|
||||||
|
{"guiname": "Dual Maze", "name": "dualmaze", "cmd": "apps/dualmaze", "persistent": False, "persistent": False},
|
||||||
|
{"guiname": "Fibonacci Clock", "name": "fibonacci-clock", "cmd": "apps/fibonacci-clock.py"},
|
||||||
|
{"guiname": "Predator & Prey", "name": "predprey", "cmd": "apps/predprey", "persistent": False},
|
||||||
{"guiname": "IDLE", "name": "pixelflut", "cmd": "apps/idle.py", "persistent": False},
|
{"guiname": "IDLE", "name": "pixelflut", "cmd": "apps/idle.py", "persistent": False},
|
||||||
{"guiname": "IDLE2", "name": "idlec", "cmd": "apps/idle2"},
|
{"guiname": "IDLE2", "name": "idlec", "cmd": "apps/idle2"},
|
||||||
{"guiname": "YoutubeDL", "name": "youtubedl", "cmd": "apps/youtubedl.sh", "persistent": False},
|
{"guiname": "YoutubeDL", "name": "youtubedl", "cmd": "apps/youtubedl.sh", "persistent": False},
|
||||||
@ -34,6 +39,5 @@ Apps = [
|
|||||||
{"name": "pong", "cmd": "apps/pong.py"},
|
{"name": "pong", "cmd": "apps/pong.py"},
|
||||||
{"name": "framebuffer", "cmd": ["apps/fbcp", "/dev/fb0"]},
|
{"name": "framebuffer", "cmd": ["apps/fbcp", "/dev/fb0"]},
|
||||||
{"name": "gif", "cmd": "apps/gif.sh"},
|
{"name": "gif", "cmd": "apps/gif.sh"},
|
||||||
{"name": "colormap", "cmd": "apps/colormap.py"},
|
{"name": "colormap", "cmd": "apps/colormap.py"},
|
||||||
{"name": "fibonacci-clock", "cmd": "apps/fibonacci-clock.py"}
|
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user