From 654e3474baa08ac80a0a0f90a60261e86215641b Mon Sep 17 00:00:00 2001 From: coolneng Date: Tue, 13 Oct 2020 01:44:43 +0200 Subject: [PATCH] Ensure tmux right side is empty --- tmux/.tmux/iceberg_dark.tmux.conf | 1 + tmux/.tmux/iceberg_light.tmux.conf | 1 + 2 files changed, 2 insertions(+) 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"