diff --git a/config/layouts/default.json b/config/layouts/default.json
index 8be73ad7a5a4613f5adb2aad2d5068a27f43ce9f..1c45345f18dc9dc8fab933a893f5b1af0ef60c4e 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