diff options
Diffstat (limited to '.config/i3/layouts/music.json')
| -rw-r--r-- | .config/i3/layouts/music.json | 31 |
1 files changed, 24 insertions, 7 deletions
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" + } + ] } ] } |
