Mercurial > dotfiles.old
comparison tmux/statusline.conf @ 162:ca5ddc6081dc
Remember tmux statusline layout
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sun, 26 Oct 2014 16:21:56 +0100 |
parents | |
children | 51d25ca2f262 |
comparison
equal
deleted
inserted
replaced
161:53a5e5db21c5 | 162:ca5ddc6081dc |
---|---|
1 # This tmux statusbar config was created by tmuxline.vim | |
2 # on zo, 26 okt 2014 | |
3 | |
4 set -g status-bg "colour236" | |
5 set -g message-command-fg "colour250" | |
6 set -g status-justify "left" | |
7 set -g status-left-length "100" | |
8 set -g status "on" | |
9 set -g pane-active-border-fg "colour109" | |
10 set -g message-bg "colour239" | |
11 set -g status-right-length "100" | |
12 set -g status-right-attr "none" | |
13 set -g message-fg "colour250" | |
14 set -g message-command-bg "colour239" | |
15 set -g status-attr "none" | |
16 set -g status-utf8 "on" | |
17 set -g pane-border-fg "colour239" | |
18 set -g status-left-attr "none" | |
19 setw -g window-status-fg "colour250" | |
20 setw -g window-status-attr "none" | |
21 setw -g window-status-activity-bg "colour236" | |
22 setw -g window-status-activity-attr "none" | |
23 setw -g window-status-activity-fg "colour109" | |
24 setw -g window-status-separator "" | |
25 setw -g window-status-bg "colour236" | |
26 set -g status-left "#[fg=colour235,bg=colour109,bold] #S #[fg=colour109,bg=colour236,nobold,nounderscore,noitalics]" | |
27 set -g status-right "#[fg=colour239,bg=colour236,nobold,nounderscore,noitalics]#[fg=colour250,bg=colour239] %Y-%m-%d | %H:%M #[fg=colour109,bg=colour239,nobold,nounderscore,noitalics]#[fg=colour235,bg=colour109] #h " | |
28 setw -g window-status-format "#[fg=colour250,bg=colour236] #I |#[fg=colour250,bg=colour236] #W " | |
29 setw -g window-status-current-format "#[fg=colour236,bg=colour239,nobold,nounderscore,noitalics]#[fg=colour250,bg=colour239] #I |#[fg=colour250,bg=colour239] #W #[fg=colour239,bg=colour236,nobold,nounderscore,noitalics]" |