From 3b63dd45a2fbfce2376a705c3c0693984f4ba899 Mon Sep 17 00:00:00 2001 From: Jokler Date: Mon, 22 Jun 2020 01:45:00 +0200 Subject: i3: Adjust layouts --- .config/i3/layouts/music.json | 31 ++++++++++++++++++++++++------- 1 file changed, 24 insertions(+), 7 deletions(-) (limited to '.config/i3/layouts/music.json') diff --git a/.config/i3/layouts/music.json b/.config/i3/layouts/music.json index 8f80aab..e5c1363 100644 --- a/.config/i3/layouts/music.json +++ b/.config/i3/layouts/music.json @@ -14,14 +14,31 @@ "type": "con" }, { - "name": "Visualizer", + "layout": "splith", "percent": 0.2, - "swallows": [ - { - "instance": "^cava$" - } - ], - "type": "con" + "type": "con", + "nodes": [ + { + "percent": 0.88, + "name": "Visualizer", + "swallows": [ + { + "instance": "^cava$" + } + ], + "type": "con" + }, + { + "percent": 0.12, + "name": "Cover Art", + "swallows": [ + { + "instance": "^Kunst$" + } + ], + "type": "con" + } + ] } ] } -- cgit v1.2.3-70-g09d2