From 5b4926064597b28d9704fcf39549c01ca0c20b38 Mon Sep 17 00:00:00 2001 From: Von Random Date: Mon, 20 May 2024 17:56:02 +0300 Subject: [PATCH] wezterm: window titlebar; zsh: branch name length --- cli/.config/zsh/prompt.zsh | 2 +- gui/.config/wezterm/wezterm.lua | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/.config/zsh/prompt.zsh b/cli/.config/zsh/prompt.zsh index d59174b..eb5d184 100644 --- a/cli/.config/zsh/prompt.zsh +++ b/cli/.config/zsh/prompt.zsh @@ -5,7 +5,7 @@ printf -v PROMPT4 $prompt_fmtn '+%N:%i' prompt_wt="$USERNAME@$HOST" prompt_fifo=~/.zsh_gitstatus_$$ -prompt_blimit=12 +prompt_blimit=50 typeset -A prompt_symbols=( sep_a $'\ue0b0' ellipsis $'\u2026' diff --git a/gui/.config/wezterm/wezterm.lua b/gui/.config/wezterm/wezterm.lua index d4b726e..46bdd11 100644 --- a/gui/.config/wezterm/wezterm.lua +++ b/gui/.config/wezterm/wezterm.lua @@ -28,9 +28,9 @@ cfg.font_size = fn.set_by_os{ } -- visuals -cfg.window_decorations = 'INTEGRATED_BUTTONS|RESIZE' +cfg.window_decorations = 'RESIZE' cfg.xcursor_theme = 'Adwaita' -cfg.use_fancy_tab_bar = true +cfg.use_fancy_tab_bar = false cfg.hide_tab_bar_if_only_one_tab = false cfg.show_new_tab_button_in_tab_bar = false cfg.tab_max_width = 128