|
|
|
|
|
|
13
|
set-option -g set-titles-string "[#I] #W #T"
|
13
|
set-option -g set-titles-string "[#I] #W #T"
|
|
14
|
set-option -g history-limit 1000000
|
14
|
set-option -g history-limit 1000000
|
|
15
|
|
15
|
|
|
16
|
set -g status-bg black
|
|
|
|
17
|
set -g status-fg white
|
|
|
|
18
|
set -g status-left ' #[default]'
|
|
|
|
19
|
# Have my mail status in the lower right. (colour235 is grey...)
|
|
|
|
20
|
set -g status-right '#[fg=colour235]lu #[fg=yellow]#(ls ~/.mails/lu/INBOX/new | wc -l | tr -d " ")#[fg=colour235]/#(ls ~/.mails/lu/INBOX/cur | wc -l | tr -d " ") htwk #[fg=yellow]#(ls ~/.mails/htwk/INBOX/new | wc -l | tr -d " ")#[fg=colour235]/#(ls ~/.mails/htwk/INBOX/cur | wc -l | tr -d " "), imn #[fg=yellow]#(ls ~/.mails/htwk.imn/INBOX/new | wc -l | tr -d " ")#[fg=colour235]/#(ls ~/.mails/htwk.imn/INBOX/cur | wc -l | tr -d " ")'
|
|
|
|
21
|
|
|
|
|
22
|
setw -g window-status-format '#[fg=green]#I #[fg=white]#W#[default] '
|
|
|
|
23
|
setw -g window-status-current-format '#[bg=white,fg=black]⮀ #W #[bg=black,fg=white]⮀'
|
|
|
|
24
|
|
|
|
|
25
|
set -g status off
|
16
|
set -g status off
|
|
26
|
bind-key f set -g status
|
17
|
bind-key f set -g status
|
|
27
|
|
18
|
|