/ zellij.layout.kdl
zellij.layout.kdl
 1  layout {
 2      default_tab_template {
 3          pane {
 4              size 1
 5              borderless true
 6              plugin location="zellij:tab-bar"
 7          }
 8          children
 9          pane {
10              size 2
11              borderless true
12              plugin location="zellij:status-bar"
13          }
14      }
15      tab name="๐Ÿž SHELL" split_direction="vertical" {
16              pane split_direction="horizontal" {
17              pane {
18                command "termshark"
19                start_suspended true
20              }
21              pane {
22                  name "netscanner"
23                  command "su"
24                  size "30%"
25              }
26              }
27              pane {
28                command "kmon"
29              }
30              pane {
31                command "ugm"
32              }
33      }
34      tab name="๐Ÿ”๐Ÿคจ INSPECT" split_direction="vertical" {
35              pane split_direction="horizontal" {
36              pane {
37                command "nix-inspect"
38                args "-p" "."
39                start_suspended true
40              }
41              pane {
42                  name "Health"
43                  command "nix-health"
44                  size "30%"
45              }
46              }
47              pane {
48                command "pacseek"
49                args "-i"
50              }
51      }
52  
53      tab name="๐ŸŸฉ STATUS" split_direction="vertical"  {
54              pane {
55                  name "๐Ÿ’ Git - Lazygit"
56                  command "lazygit"
57              }
58  
59              pane split_direction="horizontal" {
60                  pane {
61                      name "๐Ÿ“ File Browser - Yazi"
62                      command "env"
63                      args "YAZI_CONFIG_HOME=./config" "yazi"
64                  }
65  
66                  pane {
67                      focus true
68                      name "๐Ÿง  TGPT | Model:phind"
69                      command "tgpt"
70                      args "-m"
71                  }
72              }
73      }
74      tab name="๐Ÿณ CONTAINERS" split_direction="vertical" {
75              pane {
76                  command "lazydocker"
77              }
78      }
79  }