tmux: remove username/hostname from status-left
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user