Files
dotfiles/.config/zellij/layouts/ide-layout.kdl
T

47 lines
1.2 KiB
KDL
Raw Normal View History

2024-06-07 18:18:35 +05:30
layout {
2024-12-02 19:57:09 +05:30
pane borderless=true size=1 {
plugin location="file:~/.config/zellij/plugins/zjstatus.wasm" {
format_left "{tabs}"
format_center ""
format_right "{mode} | {datetime} | #[fg=#66cc99]{session}"
format_space ""
hide_frame_for_single_pane "false"
mode_normal "#[fg=#00ffff] {name}"
mode_locked "#[fg=#ff0000] {name}"
mode_tmux "#[fg=#ffc387] {name}"
tab_normal "{index}:#[fg=#ffffff]{name} #[fg=#90b1b1]{sync_indicator}{floating_indicator}{fullscreen_indicator}"
tab_active "{index}:#[fg=#db7093]{name} #[fg=#90b1b1]{sync_indicator}{floating_indicator}{fullscreen_indicator}"
tab_display_count "9"
tab_separator " | "
tab_sync_indicator "S"
tab_fullscreen_indicator "F"
tab_floating_indicator "W"
datetime "#[fg=#db7093] {format} "
datetime_format "%a %b %d %H:%M"
datetime_timezone "Asia/Kolkata"
}
}
2024-06-07 18:18:35 +05:30
pane split_direction="vertical" {
2024-07-17 23:56:15 +05:30
pane {
edit "."
focus true
size "60%"
borderless true
2024-06-07 18:18:35 +05:30
}
2024-07-17 23:56:15 +05:30
pane stacked=true {
pane {
name "LazyGit"
command "lazygit"
}
pane {
name "Terminal"
}
2024-06-07 18:18:35 +05:30
}
}
}