Files
config/.tmux.conf
Gea-Suan Lin 7e673dd431 Change color.
2014-11-29 05:59:54 +08:00

14 lines
429 B
Bash

#
bind-key C-a send-prefix
set -g prefix C-a
unbind C-b
#
set-option -g status-bg colour27
set-option -g status-fg white
set-option -g window-status-current-bg colour28
#
set -g default-terminal "screen-256color"
set -g status-interval 1
set -g status-right-length 50
set -g status-right '#(hostname) #[bg=colour21,fg=colour27] #[fg=white]#(uptime | sed "s/.*: //") #[bg=colour18,fg=colour21] #[fg=white]%Y-%m-%d %H:%M:%S'