From f9b2dd0e9ca8328f7ddb58f9cad44fac43460622 Mon Sep 17 00:00:00 2001 From: mrdrogdrog <tilman.vatteroth@udo.edu> Date: Wed, 8 Jul 2015 12:38:19 +0200 Subject: [PATCH] =?UTF-8?q?alternativer=20layout=20vorschlag.=20aktivierba?= =?UTF-8?q?r=20=C3=BCber=20/=3Flayout=3Doh14=5Falt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/layouts/oh14_alt.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 config/layouts/oh14_alt.json diff --git a/config/layouts/oh14_alt.json b/config/layouts/oh14_alt.json new file mode 100755 index 0000000..7f0ebcb --- /dev/null +++ b/config/layouts/oh14_alt.json @@ -0,0 +1,17 @@ +{ + "type" : "ysplit", + "cut" : 30, + "up" : { +"type":"panel","name":"clock" + }, +"down": { +"type": "xsplit", +"cut":50, +"left":{ +"type":"panel","name":"departure","config":"oh14" +}, +"right":{ +"type":"panel","name":"mensaPlan" +} +} +} -- GitLab