summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2022-06-03 11:14:38 +0200
committerGitHub <noreply@github.com>2022-06-03 11:14:38 +0200
commitd62e6fb57e7c35f3b2f165c5a63c809ba21e2c2e (patch)
tree91d3918dc4c044ac71b58d72705c71b57949a5cf /Cargo.toml
parentad9ba8ab2442f6a5754ecfdb6ad74e1b70dcd762 (diff)
add(plugin): `compact-bar` & `compact` layout (#1450)
* 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
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4899c4df9..14b0a765c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -34,6 +34,7 @@ members = [
"zellij-utils",
"zellij-tile",
"zellij-tile-utils",
+ "default-plugins/compact-bar",
"default-plugins/status-bar",
"default-plugins/strider",
"default-plugins/tab-bar",