From 9993555d5af4ceb0fdfe89be9d3decf31ca439fc Mon Sep 17 00:00:00 2001 From: holly sparkles Date: Mon, 22 Apr 2024 21:07:44 +0200 Subject: [PATCH] add zellij config for a dashboard --- .config/zellij/dashboard.kdl | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .config/zellij/dashboard.kdl diff --git a/.config/zellij/dashboard.kdl b/.config/zellij/dashboard.kdl new file mode 100644 index 0000000..12a7857 --- /dev/null +++ b/.config/zellij/dashboard.kdl @@ -0,0 +1,28 @@ +layout { + default_tab_template { + pane size=1 borderless=true { + plugin location="zellij:tab-bar" + } + children + pane size=2 borderless=true { + plugin location="zellij:status-bar" + } + } + tab name="Dashboard" cwd="$HOME" { + pane split_direction="horizontal" { + pane split_direction="vertical" { + pane size="30%" { + pane split_direction="horizontal" { + pane size="40%" command="pipes.sh" {} + pane command="btm" {} + } + } + pane split_direction="horizontal" { + pane command="ncmpcpp" {} + pane size="20%" command="cava" {} + } + } + pane size="15%" {} + } + } +} -- libgit2 1.7.2