diff options
| author | Jokler <jokler@protonmail.com> | 2020-06-22 01:45:00 +0200 |
|---|---|---|
| committer | Jokler <jokler@protonmail.com> | 2020-06-22 01:45:00 +0200 |
| commit | 3b63dd45a2fbfce2376a705c3c0693984f4ba899 (patch) | |
| tree | 43947047e73f2dc591411f5fb34c4f69f6e148f2 /.config/i3/layouts/music.json | |
| parent | 7b5e339fc29ceaa2f224e130ca7e182234d19909 (diff) | |
| download | dotfiles-3b63dd45a2fbfce2376a705c3c0693984f4ba899.tar.gz dotfiles-3b63dd45a2fbfce2376a705c3c0693984f4ba899.zip | |
i3: Adjust layouts
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" + } + ] } ] } |
