From fb9301c09511ec57f7d99cc237c3033cff3587e7 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Thu, 31 Aug 2023 11:27:57 +0300 Subject: [PATCH] chore(tmux): tweak theme config --- config/tmux/tmux.conf | 27 +++++++-------------------- 1 file changed, 7 insertions(+), 20 deletions(-) diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index 257fd5a..7d58cd7 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -83,31 +83,18 @@ set -g @catppuccin_flavour 'mocha' # latte/frappe/macchiato/mocha set -g @catppuccin_window_tabs_enabled on # or off to disable window_tabs set -g @catppuccin_window_status_enable "yes" -set -g @catppuccin_window_left_separator "" -set -g @catppuccin_window_right_separator " " -set -g @catppuccin_window_middle_separator " █" +set -g @catppuccin_window_right_separator "█ " set -g @catppuccin_window_number_position "right" - -set -g @catppuccin_window_default_fill "number" -set -g @catppuccin_window_default_text "#W" - -set -g @catppuccin_window_current_fill "number" -set -g @catppuccin_window_current_text "#W" - +set -g @catppuccin_window_middle_separator " | " +set -g @catppuccin_window_default_fill "none" +set -g @catppuccin_window_current_fill "all" set -g @catppuccin_status_modules "application session date_time" +set -g @catppuccin_status_left_separator "█" +set -g @catppuccin_status_right_separator "█" set -g @catppuccin_date_time_text "%Y-%m-%d %H:%M" -set -g @catppuccin_status_left_separator " " -set -g @catppuccin_status_right_separator "" -set -g @catppuccin_status_right_separator_inverse "no" -set -g @catppuccin_status_fill "icon" -set -g @catppuccin_status_connect_separator "no" -set -g @catppuccin_directory_text "#{pane_current_path}" - - ## https://github.com/MunifTanjim/tmux-mode-indicator set -g status-right '%Y-%m-%d %H:%M #{tmux_mode_indicator}' - set -g @mode_indicator_prefix_prompt ' WAIT ' set -g @mode_indicator_copy_prompt ' COPY ' set -g @mode_indicator_sync_prompt ' SYNC ' @@ -143,11 +130,11 @@ set -g @tnotify-verbose 'on' # set vi-mode set-window-option -g mode-keys vi + # keybindings bind-key -T copy-mode-vi v send-keys -X begin-selection bind-key -T copy-mode-vi C-v send-keys -X rectangle-toggle bind-key -T copy-mode-vi y send-keys -X copy-selection-and-cancel - bind '"' split-window -v -c "#{pane_current_path}" bind '!' split-window -h -c "#{pane_current_path}"