mirror of
https://github.com/kristoferssolo/solorice.git
synced 2026-02-04 14:42:04 +00:00
Use dotter
This commit is contained in:
34
config/zellij/layouts/zjstatus.kdl
Normal file
34
config/zellij/layouts/zjstatus.kdl
Normal file
@@ -0,0 +1,34 @@
|
||||
layout {
|
||||
pane split_direction="vertical" {
|
||||
pane
|
||||
}
|
||||
|
||||
pane size=1 borderless=true {
|
||||
plugin location="file:~/.config/zellij/plugins/zjstatus.wasm" {
|
||||
format_left "{mode} #[fg=#89B4FA,bold]{session} {tabs}"
|
||||
format_right "{command_git_branch} {datetime}"
|
||||
format_space ""
|
||||
|
||||
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"
|
||||
|
||||
datetime "#[fg=#6C7086,bold] {format} "
|
||||
datetime_format "%A, %d %b %Y %H:%M"
|
||||
datetime_timezone "Europe/Riga"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user