|
1 | 1 | # This tmux statusbar config was created by tmuxline.vim
|
2 |
| -# on Tue, 26 Apr 2016 |
| 2 | +# on Wed, 15 May 2019 |
3 | 3 |
|
4 |
| -set -g status-bg "colour234" |
5 |
| -set -g message-command-fg "colour231" |
6 | 4 | set -g status-justify "left"
|
7 |
| -set -g status-left-length "100" |
8 | 5 | set -g status "on"
|
9 |
| -set -g pane-active-border-fg "colour254" |
10 |
| -set -g message-bg "colour25" |
| 6 | +set -g status-left-style "none" |
| 7 | +set -g message-command-style "fg=colour231,bg=colour31" |
| 8 | +set -g status-right-style "none" |
| 9 | +set -g pane-active-border-style "fg=colour254" |
| 10 | +set -g status-style "none,bg=colour234" |
| 11 | +set -g message-style "fg=colour231,bg=colour31" |
| 12 | +set -g pane-border-style "fg=colour240" |
11 | 13 | set -g status-right-length "100"
|
12 |
| -set -g status-right-attr "none" |
13 |
| -set -g message-fg "colour231" |
14 |
| -set -g message-command-bg "colour25" |
15 |
| -set -g status-attr "none" |
16 |
| -set -g pane-border-fg "colour240" |
17 |
| -set -g status-left-attr "none" |
18 |
| -setw -g window-status-fg "colour250" |
19 |
| -setw -g window-status-attr "none" |
20 |
| -setw -g window-status-activity-bg "colour234" |
21 |
| -setw -g window-status-activity-attr "none" |
22 |
| -setw -g window-status-activity-fg "colour250" |
| 14 | +set -g status-left-length "100" |
| 15 | +setw -g window-status-activity-style "none" |
23 | 16 | setw -g window-status-separator ""
|
24 |
| -setw -g window-status-bg "colour234" |
| 17 | +setw -g window-status-style "none,fg=colour250,bg=colour234" |
25 | 18 | set -g status-left ""
|
26 | 19 | set -g status-right "#[fg=colour235,bg=colour252] %H:%M "
|
27 |
| -setw -g window-status-format "#[fg=colour239,bg=colour234] #I #[fg=colour239,bg=colour234]#W " |
28 |
| -setw -g window-status-current-format "#[fg=colour234,bg=colour25,nobold,nounderscore,noitalics]#[fg=colour231,bg=colour25,bold] #W #[fg=colour25,bg=colour234,nobold,nounderscore,noitalics]" |
| 20 | +setw -g window-status-format "#[fg=colour244,bg=colour234] #I #[fg=colour250,bg=colour234]#W " |
| 21 | +setw -g window-status-current-format "#[fg=colour234,bg=colour31,nobold,nounderscore,noitalics]#[fg=colour231,bg=colour31,bold] #W #[fg=colour31,bg=colour234,nobold,nounderscore,noitalics]" |
0 commit comments