From b70688abaeb1eb1c690a124528a0176fb027151c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Gr=C3=B6ger?= Date: Fri, 28 Mar 2025 12:47:42 +0100 Subject: [PATCH] update tmux --- .tmux.conf | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 3b77a36..672564a 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -17,12 +17,34 @@ set -g @plugin 'catppuccin/tmux' set -g @catppuccin_flavour 'macchiato' # or frappe, macchiato, mocha set -g @catppuccin_window_tabs_enabled on # or off to disable window_tabs +set -g @catppuccin_window_left_separator "" +set -g @catppuccin_window_right_separator " " +set -g @catppuccin_window_middle_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_status_modules_right "directory user host session" +#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}"" + #set -g @catppuccin_date_time "%Y-%m-%d %H:%M" set -g @catppuccin_date_time "off" set -g @catppuccin_user "off" set -g @catppuccin_host "on" +set -g @catppuccin_date_time "%Y-%m-%d %H:%M" + # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) run '~/.tmux/plugins/tpm/tpm' -# vim: ft=tmuxset -g @catppuccin_date_time "%Y-%m-%d %H:%M" +# vim: ft=tmux