From a7c8b7c13467efc4f31fd65f43e1ee50093d06e0 Mon Sep 17 00:00:00 2001 From: Nicole Tietz-Sokolskaya Date: Sat, 11 Sep 2021 16:59:39 -0400 Subject: [PATCH] Tweak tmux config --- config.sh | 2 +- tmux/.tmux.conf | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/config.sh b/config.sh index 511a8f4..32866e1 100755 --- a/config.sh +++ b/config.sh @@ -2,6 +2,6 @@ stow -t ~ bash stow -t ~ git -#stow -t ~ tmux +stow -t ~ tmux #stow -t ~ nvim #stow -t ~ editorconfig diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 8cfb3b2..2931992 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -3,7 +3,7 @@ bind r source-file ~/.tmux.conf \; display-message "Config reloaded..." set -sg escape-time 0 -set -g default-terminal "tmux-256color" +set -g default-terminal "screen-256color" # disable automatic window renaming set-window-option -g status-interval 1 @@ -12,16 +12,16 @@ set-window-option -g automatic-rename-format "#{pane_current_command}" set-window-option -g allow-rename off # window status -setw -g window-status-format "#[bg=colour241,fg=colour233]#I #(basename #{pane_current_path})→ #W" -setw -g window-status-current-format "#[bg=colour245,fg=colour233,bold]#I #(basename #{pane_current_path})→ #W" +setw -g window-status-format "#[bg=colour243,fg=colour233] #I #(basename #{pane_current_path})→#W " +setw -g window-status-current-format "#[bg=colour250,fg=colour233,bold] #I #(basename #{pane_current_path})→#W " # The statusbar set -g status-interval 2 set -g status-position bottom -set -g status-bg colour0 -set -g status-fg colour0 -set -g status-left '#[fg=colour240] (#S) ' -set -g status-right '#[fg=colour240,bg=colour0,italics] #(whoami)@#H %m/%d %I:%M ' +set -g status-bg black +set -g status-fg white +set -g status-left '#[fg=colour250] (#S) ' +set -g status-right '#[fg=colour250,bg=colour0,italics] #(whoami)@#H %m/%d %I:%M ' set -g status-right-length 50 set -g status-left-length 40 set -g clock-mode-style 12