diff --git a/.config/tmux/statusline.conf b/.config/tmux/statusline.conf index 3a929a0..58bfdb7 100644 --- a/.config/tmux/statusline.conf +++ b/.config/tmux/statusline.conf @@ -29,5 +29,5 @@ set -g status-right "#[fg=#586e75,bg=#002b36,nobold,nounderscore,noitalics]#[ setw -g window-status-activity-style "underscore,fg=#839496,bg=#002b36" setw -g window-status-separator "" setw -g window-status-style "NONE,fg=#839496,bg=#002b36" -setw -g window-status-format '#[fg=#002b36,bg=#002b36]#[default] #I  #{b:pane_current_path} #[fg=#002b36,bg=#002b36,nobold,nounderscore,noitalics]' -setw -g window-status-current-format '#[fg=#002b36,bg=#eee8d5]#[fg=#b58900,bg=#eee8d5] #I #[fg=#eee8d5,bg=#b58900] #{b:pane_current_path} #[fg=#b58900,bg=#002b36,nobold]' +setw -g window-status-format '#[fg=#002b36,bg=#002b36]#[default] #I  #W #[fg=#002b36,bg=#002b36,nobold,nounderscore,noitalics]' +setw -g window-status-current-format '#[fg=#002b36,bg=#eee8d5]#[fg=#b58900,bg=#eee8d5] #I #[fg=#eee8d5,bg=#b58900] #W #[fg=#b58900,bg=#002b36,nobold]'