More idle animation

This commit is contained in:
deckensteuerung
2018-09-02 22:17:32 +02:00
parent 5232868a10
commit 64dd67615f
3 changed files with 80 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ WebPort = 8000
# first app is always running in IDLE
Apps = [
{"guiname": "IDLE", "name": "pixelflut", "cmd": "apps/idle.py", "persistent": True},
{"guiname": "IDLE2", "name": "idlec", "cmd": "apps/idle2"},
{"guiname": "YoutubeDL", "name": "youtubedl", "cmd": "apps/youtubedl.sh"},
{"name": "framebuffer", "cmd": ["apps/fbcp", "/dev/fb0"]},
]