X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=tmux.conf;h=ee40011f30a2223802f4fb1eedabd406edee9db2;hb=6515e998b7be0db4b699d119ceaad4bfa11d405e;hp=625b3c55ccea2472584c7ea3e788997528761e38;hpb=965f5b3e702f12ec3a1b06c59d3a65cc58b474b6;p=dotfiles.git diff --git a/tmux.conf b/tmux.conf index 625b3c5..ee40011 100755 --- a/tmux.conf +++ b/tmux.conf @@ -18,9 +18,8 @@ set-window-option -g window-status-current-bg red #set-option -g status-right "#[fg=green]#T #[fg=yellow,bold]#(date '+%Y-%m-%d %I:%M%P %a') " #set-option -g status-right "#[fg=green]#(whoami) #[fg=yellow,bold]#(date '+%Y-%m-%d') #[fg=red,bold]#(date '+%I:%M') #[fg=yellow,bold]#(date '+%p %a') " set-option -g status-right-length 60 -set-option -g status-right "#[fg=red]#(hostname) #[fg=red]#(echo $SSH_CONNECTION | awk '{print $3}') #[fg=yellow]#(date '+%Y-%m-%d') #[fg=red]#(date '+%I:%M') #[fg=yellow]#(date '+%p %a') " -if-shell 'test "$(uname)" = "Darwin"' 'set -g status-bg black' -if-shell 'test "$(uname)" = "Linux"' 'set -g status-bg blue' +set-option -g status-right "#[fg=yellow]#h #[fg=red]#(echo $TMUX_IP) #[fg=yellow]#(date '+%Y-%m-%d') #[fg=red]#(date '+%I:%M') #[fg=yellow]#(date '+%p %a') " +if-shell 'test "$(uname)" = "Darwin"' 'set -g status-bg black' 'set -g status-bg blue' ## automatic change the window title #set-option -g set-titles on