mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-26 22:15:19 +03:00
d62e6fb57e
* add(plugin): `compact-bar` & `compact` layout * add(nix): `compact-bar` plugin * add(config): `compact-bar` to the config * add(workspace): `compact-bar` to workspace members * add(assets): `compact-bar` * chore(fmt): rustfmt * add(nix): add `compact-bar` * add: compact layout to dump command * nix(build): fix destination of copy command * add(makefile): add `compact-bar` to `plugin-build` * add(layout): `compact-bar` to layout * add: install `compact-bar` plugin * fix(test): update input plugin test * fix(plugin): default colors for compact-bar
14 lines
242 B
YAML
14 lines
242 B
YAML
---
|
|
template:
|
|
direction: Horizontal
|
|
parts:
|
|
- direction: Vertical
|
|
body: true
|
|
- direction: Vertical
|
|
borderless: true
|
|
split_size:
|
|
Fixed: 1
|
|
run:
|
|
plugin:
|
|
location: "zellij:compact-bar"
|