index : dotfiles.git

ascending towards madness

author holly sparkles <sparkles@holly.sh> 2024-04-22 19:07:44.0 +00:00:00
committer holly sparkles <sparkles@holly.sh> 2024-04-22 19:07:44.0 +00:00:00
commit
9993555d5af4ceb0fdfe89be9d3decf31ca439fc [patch]
tree
d02b3177b163e589f0985bbd4a58840e0c396b69
parent
9f6cac24f95731c332302115881104f0ccdc3879
download
9993555d5af4ceb0fdfe89be9d3decf31ca439fc.tar.gz

add zellij config for a dashboard



Diff

 .config/zellij/dashboard.kdl | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

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%" {}
        }
    }
}