pick updates from ganymede
This commit is contained in:
parent
48360b9169
commit
6a49e78789
7 changed files with 123 additions and 48 deletions
12
.tmux.conf
12
.tmux.conf
|
|
@ -42,20 +42,16 @@ set -g status-fg white
|
|||
set -g status-bg default
|
||||
|
||||
# default window title colors
|
||||
set-window-option -g window-status-fg white
|
||||
set-window-option -g window-status-bg default
|
||||
set-window-option -g window-status-attr dim
|
||||
set-window-option -g window-status-style fg=white,bg=default,dim
|
||||
|
||||
# active window title colors
|
||||
set-window-option -g window-status-current-fg cyan
|
||||
set-window-option -g window-status-current-bg default
|
||||
set-window-option -g window-status-current-attr bright
|
||||
set-window-option -g window-status-current-style fg=cyan,bg=default,bright
|
||||
set -g status-left '#[fg=green][ #H ][ '
|
||||
set -g status-right '#[fg=green]][ #[fg=blue]%Y-%m-%d #[fg=white]%I:%M #[fg=green]]'
|
||||
set -g status-right '#[fg=green]][ #[bright]#[fg=blue]%Y-%m-%d #[fg=white]%I:%M #[dim]#[fg=green]]'
|
||||
|
||||
# Notifying if other windows has activities
|
||||
setw -g monitor-activity on
|
||||
set -g visual-activity on
|
||||
|
||||
# Highlighting the active window in status bar
|
||||
setw -g window-status-current-bg red
|
||||
setw -g window-status-current-style bg=red,bright
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue