Add pane_frame settings to chemzoi.toml

This commit is contained in:
Lockszmith (VAST@MacBook) 2025-05-08 03:40:11 -04:00
parent 9cab787258
commit a331b377d3
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ if is_cmd zellij; then
s/^keybinds \{/keybinds clear-defaults=true {/;
s/"Ctrl g"/{''{ list (dig "style" "zellij" "leader-modifer" "Alt" .) (dig "style" "zellij" "leader-key" "a" .) | join " " | quote }''}/g;
s/"Ctrl ([a-z])"/"{''{ dig "style" "zellij" "leader-modifer" "Alt" . }''} \1"/g;
s!// pane_frames true$!pane_frames {''{ get (dict "n" "false") ( dig "style" "zellij" "frames" "y" .) | default "true" }''}!;
s!^// theme "default"$!theme {''{ dig "style" "zellij" "theme" "default" . | quote }''}!
' \
> "$CHEZMOI_SOURCE_DIR/private_dot_config/zellij/config.kdl.tmpl"