diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 336925f..65ae204 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -1 +1,10 @@ -set -g default-terminal "screen-256color" +set -g default-terminal "screen-256color" # use default terminal colors +set-option -g allow-rename off # dont rename windows on command execution + + +#STATUSBAR +set -g status-position bottom +set -g status-left "[#{session_name}] " +set -g status-right "#{?window_bigger,[#{window_offset_x}#,#{window_offset_y}] ,}\"#{=21:pane_title}\" %H:%M %d-%b-%y" +set -g status-style fg=black,bg=red +set -g base-index 1 # start windows numbering at 1