diff --git a/modules/tmux/extra-config.nix b/modules/tmux/extra-config.nix index caca2674..3e33af50 100644 --- a/modules/tmux/extra-config.nix +++ b/modules/tmux/extra-config.nix @@ -14,12 +14,11 @@ bind -n C-Up resize-pane -U 5 # Status line customisation + set-option -g status-position top set-option -g status-left "" set-option -g status-right " #{session_name}" set-option -g status-right-length 100 - set-option -g status-style "fg=#7C7D83 bg=default" set-option -g window-status-activity-style none - set-option -g window-status-current-style "fg=#E9E9EA" bind c new-window -c "#{pane_current_path}"