From a239508104f66e48c8d1df66edb252b2ee7deac6 Mon Sep 17 00:00:00 2001
From: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
Date: Wed, 10 Jul 2019 10:07:04 +0200
Subject: [PATCH] remove ads

---
 config/layouts/default.json | 22 ++--------------------
 1 file changed, 2 insertions(+), 20 deletions(-)

diff --git a/config/layouts/default.json b/config/layouts/default.json
index f80ecd1..44dd420 100644
--- a/config/layouts/default.json
+++ b/config/layouts/default.json
@@ -14,26 +14,8 @@
 			"name": "clock"
 		},
 		"down": {
-			"type": "cycler",
-			"duration": 5,
-			"panels": [
-				{
-					"type": "panel",
-					"name": "mensaPlan"
-				},{
-					"type": "panel",
-					"name": "werbung",
-					"config": {
-						"files": [
-							{
-								"filename": "OpenSourceInfoscreen.jpg",
-								"startdate": "NEVER",
-								"enddate": "NEVER"
-							}
-						]
-					}
-				}
-			]
+			"type": "panel",
+			"name": "mensaPlan"
 		}
 	}
 }
-- 
GitLab