diff options
-rw-r--r-- | .tmux.conf | 17 |
1 files changed, 6 insertions, 11 deletions
@@ -12,24 +12,19 @@ set -g pane-base-index 1 | |||
12 | # Set status bar | 12 | # Set status bar |
13 | set -g status-position bottom | 13 | set -g status-position bottom |
14 | set -g status-justify left | 14 | set -g status-justify left |
15 | set -g status-bg black | 15 | |
16 | set -g status-fg white | 16 | set -g status-style fg=white,bg=black,bold |
17 | set -g status-attr bold | 17 | |
18 | set -g status-left "#S " | 18 | set -g status-left "#S " |
19 | set -g status-right '#[fg=white,bg=black,bold] %d/%m #[fg=white,bg=black,bold] %H:%M @#H' | 19 | set -g status-right '#[fg=white,bg=black,bold] %d/%m #[fg=white,bg=black,bold] %H:%M @#H' |
20 | 20 | ||
21 | # higlight the active window in the status bar | 21 | # higlight the active window in the status bar |
22 | set-window-option -g window-status-current-bg white | 22 | set-window-option -g window-status-current-style bg=black,fg=white |
23 | set-window-option -g window-status-current-fg black | ||
24 | 23 | ||
25 | setw -g window-status-current-fg red | 24 | setw -g window-status-current-style fg=red,bg=white,bold |
26 | setw -g window-status-current-bg white | ||
27 | setw -g window-status-current-attr bold | ||
28 | setw -g window-status-current-format ' #I#[fg=red]:#[fg=black]#W#[fg=black]#F ' | 25 | setw -g window-status-current-format ' #I#[fg=red]:#[fg=black]#W#[fg=black]#F ' |
29 | 26 | ||
30 | setw -g window-status-fg white | 27 | setw -g window-status-style fg=white,bg=black,dim |
31 | setw -g window-status-bg black | ||
32 | setw -g window-status-attr dim | ||
33 | setw -g window-status-format ' #I#[fg=cyan]:#[fg=white]#W#[fg=white]#F ' | 28 | setw -g window-status-format ' #I#[fg=cyan]:#[fg=white]#W#[fg=white]#F ' |
34 | 29 | ||
35 | # Don't prompt to kill panes/windows. | 30 | # Don't prompt to kill panes/windows. |