diff options
Diffstat (limited to '.config/tmux')
| -rw-r--r-- | .config/tmux/tmux.conf | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index d773c96..aa766c2 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -6,15 +6,7 @@ set -g base-index 1 set -g renumber-windows on # Status bar -# set -g status "on" -# set -g status-position top -# set -g status-justify absolute-centre -# set -g status-style "bg=default" -# set -g window-status-current-style "bg=white,fg=black,bold" -# set -g status-interval 5 -# set -g status-left "#S" -# set -g status-right "" -set -g status-position bottom +set -g status-position top set -g status-interval 5 set -g status-left-length 30 set -g status-right-length 50 @@ -23,7 +15,7 @@ set -g window-status-separator "" # Theme set -g status-style "bg=default,fg=default" set -g status-left "#[fg=black,bg=blue,bold] #S #[bg=default] " -# set -g status-right "#[fg=blue]#{?client_prefix,PREFIX ,}#{?window_zoomed_flag,ZOOM ,}#[fg=brightblack]#h " +set -g status-right "#[fg=blue]#{?client_prefix,PREFIX ,}#{?window_zoomed_flag,ZOOM ,}#[fg=brightblack]#h " set -g status-right "" set -g window-status-format "#[fg=brightblack] #I:#W " set -g window-status-current-format "#[fg=blue,bold] #I:#W " |
