adds default layout
This commit is contained in:
parent
5be36c5478
commit
0556a8fad8
2 changed files with 66 additions and 1 deletions
66
modules/zellij/layouts/default.kdl
Normal file
66
modules/zellij/layouts/default.kdl
Normal file
|
|
@ -0,0 +1,66 @@
|
|||
layout {
|
||||
default_tab_template {
|
||||
children
|
||||
pane size=1 borderless=false {
|
||||
plugin location="https://github.com/dj95/zjstatus/releases/latest/download/zjstatus.wasm" {
|
||||
color_fg "#ffffff"
|
||||
color_fg_alt "#bf8a9f"
|
||||
color_fg_dim "#807c9f"
|
||||
color_bg "#0f0b15"
|
||||
color_bg_secondary "#1d202f"
|
||||
color_grey "#807c9f"
|
||||
color_grey_bright "#807c9f"
|
||||
color_red "#f47359"
|
||||
color_red_bright "#ff6a7a"
|
||||
color_red_subtle_bg "#67182f"
|
||||
color_green "#29a444"
|
||||
color_green_bright "#00a392"
|
||||
color_green_subtle_bg "#10452f"
|
||||
color_yellow "#b58a52"
|
||||
color_yellow_bright "#df9080"
|
||||
color_yellow_brighter "#FCC1B6"
|
||||
color_yellow_subtle_bg "#54362a"
|
||||
color_blue "#3f95f6"
|
||||
color_blue_bright "#029fff"
|
||||
color_blue_subtle_bg "#2a346e"
|
||||
color_blue_subtle_dark_bg "#003045"
|
||||
color_magenta "#d369af"
|
||||
color_magenta_bright "#af85ea"
|
||||
color_magenta_brighter "#c57faf"
|
||||
color_magenta_subtle_bg "#572454"
|
||||
color_magenta_subtle_bg_darker "#331531"
|
||||
color_cyan "#4fbaef"
|
||||
color_cyan_bright "#35afbf"
|
||||
color_cyan_subtle_bg "#133d56"
|
||||
color_silver "#b8c6d5"
|
||||
color_silver_bright "#ffffff"
|
||||
|
||||
format_left "{tabs}"
|
||||
|
||||
tab_active "#[fg=$bg,bg=$magenta_bright] {index} :: {name} {floating_indicator} "
|
||||
|
||||
border_enabled "false"
|
||||
border_char "─"
|
||||
border_format "#[fg=#6C7086]{char}"
|
||||
border_position "top"
|
||||
|
||||
hide_frame_for_single_pane "true"
|
||||
|
||||
mode_normal "#[bg=blue] "
|
||||
mode_tmux "#[bg=#ffc387] "
|
||||
|
||||
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"
|
||||
|
||||
datetime "#[fg=#6C7086,bold] {format} "
|
||||
datetime_format "%A, %d %b %Y %H:%M"
|
||||
datetime_timezone "Europe/Berlin"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue