diff --git a/tmux.conf b/tmux.conf index a3b9d5c..36b691f 100644 --- a/tmux.conf +++ b/tmux.conf @@ -9,6 +9,7 @@ set -g mouse on # Costumize down bar #set -g status-right "#(who | grep -w pts/1 | cut -d' ' -f1) #(hostname)" +set -g status-right "#(hostname) #[bg=green]🕒%H:%M" # Use Shift+Arrow to navigate windows bind -n S-Left previous-window