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