tmux: Drop hostname in status

This commit is contained in:
2024-05-10 22:00:55 +02:00
parent 7ae2c59ba4
commit 05ac37d172

View File

@@ -53,7 +53,7 @@ set-option -g automatic-rename-format '#{pane_current_command}'
set-option -g window-status-separator ' ' set-option -g window-status-separator ' '
set-option -g status-left " #[bg=#6c99bb,fg=#2e2e2e] #{session_name} #[bg=default] " set-option -g status-left " #[bg=#6c99bb,fg=#2e2e2e] #{session_name} #[bg=default] "
set-option -g status-right "#[bg=#CCCCCC,fg=#555555] #{host} #[bg=default] " set-option -g status-right ""
set-option -g status-left-length 100 set-option -g status-left-length 100
set-option -g message-style "bg=#CCCCCC,fg=#555555" set-option -g message-style "bg=#CCCCCC,fg=#555555"