Skip to content

Commit

Permalink
feat(zellij): update custom layout
Browse files Browse the repository at this point in the history
  • Loading branch information
tagoro9 committed Sep 20, 2024
1 parent 45911e0 commit cc5dc79
Showing 1 changed file with 23 additions and 25 deletions.
48 changes: 23 additions & 25 deletions config/zellij/layouts/tagoro9.kdl
Original file line number Diff line number Diff line change
@@ -1,35 +1,33 @@
layout {
default_tab_template {
children
pane size=1 borderless=true {
plugin location="file:$HOME/.config/zellij/plugins/zjstatus.wasm" {
format_left "{mode} #[fg=#89B4FA,bold]{session}"
format_center "{tabs}"
format_right ""
format_space ""
pane
pane size=1 borderless=true {
plugin location="file:$HOME/.config/zellij/plugins/zjstatus.wasm" {
format_left "{mode} #[fg=#89B4FA,bold]{session}"
format_center "{tabs}"
format_right ""
format_space ""

border_enabled "false"
border_char "─"
border_format "#[fg=#6C7086]{char}"
border_position "top"
border_enabled "false"
border_char "─"
border_format "#[fg=#6C7086]{char}"
border_position "top"

hide_frame_for_single_pane "true"
hide_frame_for_single_pane "false"

mode_normal "#[bg=blue] "
mode_tmux "#[bg=#ffc387] "
mode_normal "#[bg=blue] "
mode_tmux "#[bg=#ffc387] "

tab_normal "#[fg=#6C7086] {name} "
tab_active "#[fg=#9399B2,bold,italic] {name} "
tab_normal "#[fg=#6C7086] {name} "
tab_active "#[fg=#9399B2,bold,italic] {name} "

command_git_branch_command "git rev-parse --abbrev-ref HEAD"
command_git_branch_format "#[fg=blue] {stdout} "
command_git_branch_interval "10"
command_git_branch_rendermode "static"
command_git_branch_command "git rev-parse --abbrev-ref HEAD"
command_git_branch_format "#[fg=blue] {stdout} "
command_git_branch_interval "10"
command_git_branch_rendermode "static"

datetime "#[fg=#6C7086,bold] {format} "
datetime_format "%A, %d %b %Y %H:%M"
datetime_timezone "Europe/Berlin"
}
datetime "#[fg=#6C7086,bold] {format} "
datetime_format "%A, %d %b %Y %H:%M"
datetime_timezone "Europe/Berlin"
}
}
}

0 comments on commit cc5dc79

Please sign in to comment.