From 4933308689d50aa8961cd4ae54470838cad4cf8e Mon Sep 17 00:00:00 2001 From: afranco Date: Mon, 13 Jan 2025 02:48:58 +0000 Subject: [PATCH] chore(tmux): remove statusbar update --- .config/tmux/tmux_status_bar.conf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.config/tmux/tmux_status_bar.conf b/.config/tmux/tmux_status_bar.conf index e2f427d..a00bea7 100644 --- a/.config/tmux/tmux_status_bar.conf +++ b/.config/tmux/tmux_status_bar.conf @@ -1,10 +1,10 @@ #!/usr/bin/env bash # Hardcoded values -set -g status-bg "#282828" -set -g @unfocused-fg "#d4be98" -set -g @focused-bg "#d4be98" -set -g @focused-fg "#282828" +set -g status-bg "#272e33" +set -g @unfocused-fg "#3c4841" +set -g @focused-bg "#3c4841" +set -g @focused-fg "#d3c6aa" # Set status bar position set -g status-position top @@ -28,8 +28,8 @@ set -g window-status-current-format '#[bg=#{@focused-bg},fg=#{@focused-fg}] #I:# # AUTO RENAME WINDOW -set-option -g status-interval 5 +#set-option -g status-interval 5 -set-option -g automatic-rename on +#set-option -g automatic-rename on -set-option -g automatic-rename-format "#{?#{==:#{pane_current_command},zsh},#{b:pane_current_path},#{pane_current_command}}" +#set-option -g automatic-rename-format "#{?#{==:#{pane_current_command},zsh},#{b:pane_current_path},#{pane_current_command}}"