diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index a1b5e09..ddac44b 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -14,16 +14,16 @@ set-window-option -g automatic-rename-format "#{pane_current_command}" set-window-option -g allow-rename on # window status -setw -g window-status-format "#I #(basename #{pane_current_path})>#W" -setw -g window-status-current-format "#[bold]#I #(basename #{pane_current_path})>#W" +setw -g window-status-format "#[bg=colour246,fg=colour233] #I #(basename #{pane_current_path})>#W " +setw -g window-status-current-format "#[bg=colour248,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 lightgrey -set -g status-fg black -set -g status-left '(#S) ' -set -g status-right '#(whoami)@#H %m/%d %I:%M ' +set -g status-bg black +set -g status-fg white +set -g status-left '#[fg=colour250,italics] (#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 diff --git a/tmuxinator/tmuxinator/lox.yml b/tmuxinator/tmuxinator/lox.yml index ae1d395..5495d99 100644 --- a/tmuxinator/tmuxinator/lox.yml +++ b/tmuxinator/tmuxinator/lox.yml @@ -49,5 +49,3 @@ windows: - clear - editor: - vim-resume - - watcher: - - bacon