From 95f1b0596a300cd7f2659b3871690c172e451560 Mon Sep 17 00:00:00 2001
From: mrdrogdrog <tilman.vatteroth@udo.edu>
Date: Wed, 8 Jul 2015 17:12:52 +0200
Subject: [PATCH] =?UTF-8?q?alternativlayout=20gem=C3=A4=C3=9F=20CZI=20ange?=
 =?UTF-8?q?passt?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 config/layouts/oh14_alt.json | 34 ++++++++++++++++++++--------------
 1 file changed, 20 insertions(+), 14 deletions(-)

diff --git a/config/layouts/oh14_alt.json b/config/layouts/oh14_alt.json
index 819f2fa..4651d74 100755
--- a/config/layouts/oh14_alt.json
+++ b/config/layouts/oh14_alt.json
@@ -1,17 +1,23 @@
 {
-  "type" : "ysplit",
-  "cut" : 30,
-  "up" : {
-"type":"panel","name":"clock"
+  "type":"xsplit",
+  "cut":35,
+  "left":
+  {
+    "type":"panel",
+    "name":"departure",
+    "config":"oh14"
   },
-"down": {
-"type": "xsplit",
-"cut":30,
-"left":{
-"type":"panel","name":"departure","config":"oh14"
-},
-"right":{
-"type":"panel","name":"mensaPlan"
-}
-}
+  "right":
+  {
+    "type" : "ysplit",
+    "cut" : 30,
+    "up" :
+    {
+      "type":"panel","name":"clock"
+    },
+    "down":
+    {
+      "type":"panel","name":"mensaPlan"
+    }
+  }
 }
-- 
GitLab