X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=tmux.conf;h=4bd229e4564f4302919fc0c39319b6956475eabf;hb=9536eb7be7c32ee135578647a0276514a6aa54fc;hp=42cf347edf85303ec29c6456aaed7d912032a51d;hpb=276181c3a22f2d249425392d6cd55c64cedcb3c2;p=dotfiles.git diff --git a/tmux.conf b/tmux.conf index 42cf347..4bd229e 100755 --- a/tmux.conf +++ b/tmux.conf @@ -17,7 +17,7 @@ set -g status-fg white 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 "#[fg=yellow]#(date '+%Y-%m-%d') #[fg=red]#(date '+%I:%M') #[fg=yellow]#(date '+%p %a') " +set-option -g status-right "#[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'