diff --git a/tmux/.tmux/iceberg_dark.tmux.conf b/tmux/.tmux/iceberg_dark.tmux.conf index 280f874..b6f63de 100644 --- a/tmux/.tmux/iceberg_dark.tmux.conf +++ b/tmux/.tmux/iceberg_dark.tmux.conf @@ -3,6 +3,7 @@ set -g status "on" set -g status-left-style "none" set -g status-style "none,bg=#1e2132" set -g status-left "#[bold] #S" +set -g status-right "" set -g pane-border-style "fg=#2e3244" set -g pane-active-border-style "fg=#454b68" setw -g window-status-style "none,fg=#c6c8d1,bg=#1e2132" diff --git a/tmux/.tmux/iceberg_light.tmux.conf b/tmux/.tmux/iceberg_light.tmux.conf index d51d6ea..fb03905 100644 --- a/tmux/.tmux/iceberg_light.tmux.conf +++ b/tmux/.tmux/iceberg_light.tmux.conf @@ -3,6 +3,7 @@ set -g status "on" set -g status-left-style "none" set -g status-style "none,bg=#d2d4dd" set -g status-left "#[bold] #S" +set -g status-right "" set -g pane-border-style "fg=#c6c8d1" set -g pane-active-border-style "fg=#33374c" setw -g window-status-style "none,fg=#33374c,bg=#d2d4dd"