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}}"