summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2021-06-16 16:59:56 +0200
committera-kenji <aks.kenji@protonmail.com>2021-06-16 17:09:05 +0200
commita9088264eb56f79d3f5d27b7806bdd1671654756 (patch)
tree2b230ad0c22b50459e08a9e6f52b74664af58aca /assets
parent8e097c258aa64dbe817f13e510e1f5dd759e51b3 (diff)
Change `layout` directory from `data` to `config`
* default layouts won't be installed by anymore, instead they will be directly loaded * `layout-dir` is now a subdirectory of the `config-dir` by default, instead of the `data-dir` POSSIBLE BREAKING CHANGE: In case of having custom layouts in the previous `layout-dir` one can switch either the layouts to the new dir, or set the `layout-dir` to be the current `layout-dir` * it is possible to change the location of the `layout-dir`: - `zellij options --layout-dir [LAYOUR_DIR]` - `layout_dir: [LAYOUT_DIR]`
Diffstat (limited to 'assets')
-rw-r--r--assets/layouts/default.yaml12
-rw-r--r--assets/layouts/disable-status-bar.yaml8
-rw-r--r--assets/layouts/strider.yaml18
3 files changed, 0 insertions, 38 deletions
diff --git a/assets/layouts/default.yaml b/assets/layouts/default.yaml
deleted file mode 100644
index 9be7af2a7..000000000
--- a/assets/layouts/default.yaml
+++ /dev/null
@@ -1,12 +0,0 @@
----
-direction: Horizontal
-parts:
- - direction: Vertical
- split_size:
- Fixed: 1
- plugin: tab-bar
- - direction: Vertical
- - direction: Vertical
- split_size:
- Fixed: 2
- plugin: status-bar
diff --git a/assets/layouts/disable-status-bar.yaml b/assets/layouts/disable-status-bar.yaml
deleted file mode 100644
index fd9c97da6..000000000
--- a/assets/layouts/disable-status-bar.yaml
+++ /dev/null
@@ -1,8 +0,0 @@
----
-direction: Horizontal
-parts:
- - direction: Vertical
- split_size:
- Fixed: 1
- plugin: tab-bar
- - direction: Vertical
diff --git a/assets/layouts/strider.yaml b/assets/layouts/strider.yaml
deleted file mode 100644
index 5dc9b08f9..000000000
--- a/assets/layouts/strider.yaml
+++ /dev/null
@@ -1,18 +0,0 @@
----
-direction: Horizontal
-parts:
- - direction: Vertical
- split_size:
- Fixed: 1
- plugin: tab-bar
- - direction: Vertical
- parts:
- - direction: Horizontal
- split_size:
- Percent: 20
- plugin: strider
- - direction: Horizontal
- - direction: Vertical
- split_size:
- Fixed: 2
- plugin: status-bar