From 05ac37d172716ecbfc6dc5145eeb1827ea354237 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Fri, 10 May 2024 22:00:55 +0200 Subject: [PATCH] tmux: Drop hostname in status --- tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 0c87b8d..b54ad01 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -53,7 +53,7 @@ set-option -g automatic-rename-format '#{pane_current_command}' set-option -g window-status-separator ' ' 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 message-style "bg=#CCCCCC,fg=#555555"