diff --git a/config/layouts/default.json b/config/layouts/default.json index 8ee06509a9b542c1a627954ed2f75637ccaf30d4..34b5e2c5dd4505e2b8e4805c608d1673aeb3fbe2 100755 --- a/config/layouts/default.json +++ b/config/layouts/default.json @@ -1,31 +1,45 @@ { - "type": "xsplit", - "cut": 35, - "left": { - "type": "panel", - "name": "departure", - "config": "oh14" - }, - "right": { - "type": "ysplit", - "cut": 30, - "up": { - "type": "panel", - "name": "clock" - }, - "down": { - "type": "cycler", - "duration": 5, - "panels": [ - { - "type": "panel", - "name": "ufc" - }, - { - "type": "panel", - "name": "mensaPlan" - } - ] - } - } -} + "type": "xsplit", + "cut": 35, + "left": { + "type": "panel", + "name": "departure", + "config": "oh14" + }, + "right": { + "type": "ysplit", + "cut": 30, + "up": { + "type": "panel", + "name": "clock" + }, + "down": { + "type": "cycler", + "duration": 5, + "panels": [ + { + "type": "panel", + "name": "werbung", + "config": { + "files": [ + { + "filename": "Grillen2016_0.png" + }, + { + "filename": "itour2016_0.png" + } + ] + } + }, + { + "type": "panel", + "name": "ufc" + }, + { + "type": "panel", + "name": "mensaPlan" + } + ] + } + } +} \ No newline at end of file