From 029a2c135eff7268756cc5dc35d13ab5785f177a Mon Sep 17 00:00:00 2001
From: Hotte <root@ovanier.de>
Date: Mon, 24 Oct 2016 20:10:41 +0200
Subject: [PATCH] config Format

---
 config/layouts/default.json | 74 ++++++++++++++++++++++---------------
 1 file changed, 44 insertions(+), 30 deletions(-)

diff --git a/config/layouts/default.json b/config/layouts/default.json
index 8ee0650..34b5e2c 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
-- 
GitLab