X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=tmux.conf;h=ee40011f30a2223802f4fb1eedabd406edee9db2;hb=HEAD;hp=c1164f8865571b1dc6222472aa95f795c574a780;hpb=9ddecbc05955c010f25f6a1e8bfe3905d0a09a0e;p=dotfiles.git diff --git a/tmux.conf b/tmux.conf index c1164f8..ee40011 100755 --- a/tmux.conf +++ b/tmux.conf @@ -13,11 +13,13 @@ bind-key 'C-\' send-prefix set -g status-fg white #set -g status-bg blue -set -g status-bg black +#set -g status-bg black 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-length 60 +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