From 5767108c562f163c48ffa18a86b223c314862577 Mon Sep 17 00:00:00 2001 From: Thomas Naderer Date: Sat, 21 Feb 2026 22:21:41 +0100 Subject: [PATCH] tmux: remove username/hostname from status-left --- tmux/themes/catppuccin.tmux | 2 +- tmux/themes/gruvbox.tmux | 2 +- tmux/themes/tokyonight.tmux | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tmux/themes/catppuccin.tmux b/tmux/themes/catppuccin.tmux index b49d200..3ff2037 100644 --- a/tmux/themes/catppuccin.tmux +++ b/tmux/themes/catppuccin.tmux @@ -10,7 +10,7 @@ set -g window-status-format " #[fg=#a6adc8]#I #[fg=#a6adc8]#W " set -g window-status-current-style "fg=#1e1e2e,bg=#74c7ec,bold" set -g window-status-current-format " #[fg=#1e1e2e,bg=#74c7ec,bold]#I #[fg=#1e1e2e,bg=#74c7ec,bold]#W " -set -g status-left "#[fg=#89b4fa,bold] #S #[fg=#a6adc8]| #[fg=#cdd6f4]#(whoami)@#H " +set -g status-left "#[fg=#89b4fa,bold] #S " set -g status-right "#[fg=#a6adc8]#{pane_current_command} #[fg=#a6adc8]| #[fg=#cdd6f4]%H:%M #[fg=#a6adc8]| #[fg=#cdd6f4]%a %d %b " set -g window-status-separator "" set -g status-justify left diff --git a/tmux/themes/gruvbox.tmux b/tmux/themes/gruvbox.tmux index 96dbcc4..5717b4c 100644 --- a/tmux/themes/gruvbox.tmux +++ b/tmux/themes/gruvbox.tmux @@ -10,7 +10,7 @@ set -g window-status-format " #[fg=#928374]#I #[fg=#928374]#W " set -g window-status-current-style "fg=#282828,bg=#fabd2f,bold" set -g window-status-current-format " #[fg=#282828,bg=#fabd2f,bold]#I #[fg=#282828,bg=#fabd2f,bold]#W " -set -g status-left "#[fg=#d79921,bold] #S #[fg=#928374]| #[fg=#ebdbb2]#(whoami)@#H " +set -g status-left "#[fg=#d79921,bold] #S " set -g status-right "#[fg=#928374]#{pane_current_command} #[fg=#928374]| #[fg=#ebdbb2]%H:%M #[fg=#928374]| #[fg=#ebdbb2]%a %d %b " set -g window-status-separator "" set -g status-justify left diff --git a/tmux/themes/tokyonight.tmux b/tmux/themes/tokyonight.tmux index 83add70..67cf982 100644 --- a/tmux/themes/tokyonight.tmux +++ b/tmux/themes/tokyonight.tmux @@ -10,7 +10,7 @@ set -g window-status-format " #[fg=#9aa5ce]#I #[fg=#9aa5ce]#W " set -g window-status-current-style "fg=#1a1b26,bg=#73daca,bold" set -g window-status-current-format " #[fg=#1a1b26,bg=#73daca,bold]#I #[fg=#1a1b26,bg=#73daca,bold]#W " -set -g status-left "#[fg=#7aa2f7,bold] #S #[fg=#9aa5ce]| #[fg=#c0caf5]#(whoami)@#H " +set -g status-left "#[fg=#7aa2f7,bold] #S " set -g status-right "#[fg=#9aa5ce]#{pane_current_command} #[fg=#9aa5ce]| #[fg=#c0caf5]%H:%M #[fg=#9aa5ce]| #[fg=#c0caf5]%a %d %b " set -g window-status-separator "" set -g status-justify left