diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index 70a3c21..184b462 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -31,25 +31,15 @@ set -g pane-active-border-style '#{fg=#{COLOR2}}' set -g status-left '#[fg=#{COLOR1} bold]  ' # Window Status -set -g window-status-current-format '#[fg=#{COLOR2} bold]#I#W ' -set -g window-status-format '#[fg=#{COLOR1} bold]#I#W ' +set -g window-status-current-format '#[fg=#{COLOR2} bold]#I  #W ' +set -g window-status-format '#[fg=#{COLOR1} bold]#I  #W ' # Right set -g status-right-length 200 -set -g status-right '#[fg=#{COLOR1} bold]  %l:%M%p 󰃭 %m/%d/%Y 󰖐 #{forecast}  ' +set -g status-right '#[fg=#{COLOR1} bold]  %l:%M%p 󰃭 %m/%d/%Y  ' # Movement Keybindings bind-key -r -T prefix C-k select-pane -U bind-key -r -T prefix C-j select-pane -D bind-key -r -T prefix C-h select-pane -L bind-key -r -T prefix C-l select-pane -R - -# Plugins -set -g @plugin 'tmux-plugins/tpm' -set -g @plugin 'tmux-plugins/tmux-sensible' - -set -g @plugin 'aaronpowell/tmux-weather' -set -g @forecast-location 75025 -set -g @forecast-format '%C+%t' - -run '~/.tmux/plugins/tpm/tpm'