Parcourir la Source

~/.tmux.conf: Remove unused fancy status bar and stuff

Lu Stadler 7 ans auparavant
Parent
commit
1152d2d76e
1 fichiers modifiés avec 0 ajouts et 9 suppressions
  1. 0 9
      .tmux.conf

+ 0 - 9
.tmux.conf

@ -13,15 +13,6 @@ set-option -g set-titles on
13 13
set-option -g set-titles-string "[#I] #W #T"
14 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 16
set -g status off
26 17
bind-key f set -g status
27 18