mirror of
https://github.com/avinal/dotfiles.git
synced 2026-07-04 07:20:09 +05:30
update dotfiles
Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED
This commit is contained in:
@@ -1,4 +1,33 @@
|
||||
layout {
|
||||
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"
|
||||
}
|
||||
}
|
||||
pane split_direction="horizontal" {
|
||||
pane {
|
||||
edit "."
|
||||
@@ -11,9 +40,5 @@ layout {
|
||||
}
|
||||
}
|
||||
|
||||
pane {
|
||||
plugin location="zellij:compact-bar"
|
||||
borderless true
|
||||
size 1
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -1,4 +1,31 @@
|
||||
layout {
|
||||
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"
|
||||
}
|
||||
}
|
||||
pane split_direction="vertical" {
|
||||
pane {
|
||||
edit "."
|
||||
@@ -16,7 +43,4 @@ layout {
|
||||
}
|
||||
}
|
||||
}
|
||||
pane size=1 borderless=true {
|
||||
plugin location="zellij:compact-bar"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,32 @@
|
||||
layout {
|
||||
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"
|
||||
}
|
||||
}
|
||||
pane
|
||||
}
|
||||
Reference in New Issue
Block a user