tmux: remove username/hostname from status-left

This commit is contained in:
Thomas Naderer
2026-02-21 22:21:41 +01:00
parent a9b83a5aff
commit 5767108c56
3 changed files with 3 additions and 3 deletions

View File

@@ -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