From 8554e6694798fe6f9ff6f1389d2cd8d11fb65007 Mon Sep 17 00:00:00 2001
From: mrdrogdrog <tilman.vatteroth@udo.edu>
Date: Tue, 24 Nov 2015 11:58:50 +0100
Subject: [PATCH] =?UTF-8?q?ufc=20panel=20und=20mensaPlan=20in=20cycler=20e?=
 =?UTF-8?q?ingef=C3=BCgt?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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

diff --git a/config/layouts/default.json b/config/layouts/default.json
index 8be73ad..1c45345 100755
--- a/config/layouts/default.json
+++ b/config/layouts/default.json
@@ -1,23 +1,31 @@
 {
-  "type":"xsplit",
-  "cut":35,
-  "left":
-  {
-    "type":"panel",
-    "name":"departure",
-    "config":"oh14"
+  "type": "xsplit",
+  "cut": 35,
+  "left": {
+    "type": "panel",
+    "name": "departure",
+    "config": "oh14"
   },
-  "right":
-  {
-    "type" : "ysplit",
-    "cut" : 30,
-    "up" :
-    {
-      "type":"panel","name":"clock"
+  "right": {
+    "type": "ysplit",
+    "cut": 30,
+    "up": {
+      "type": "panel",
+      "name": "clock"
     },
-    "down":
-    {
-      "type":"panel","name":"topListe"
+    "down": {
+      "type": "cycler",
+      "duration": 10,
+      "panels": [
+        {
+          "type": "panel",
+          "name": "ufc"
+        },
+        {
+          "type": "panel",
+          "name": "mensaPlan"
+        }
+      ]
     }
   }
-}
+}
\ No newline at end of file
-- 
GitLab