~/.tmux.conf update.
This commit is contained in:
parent
8c7eeb50d3
commit
cff3c2e7b8
1 changed files with 3 additions and 3 deletions
|
|
@ -20,7 +20,7 @@ set -g mode-style fg=colour160,bold,bg=colour238,bold
|
||||||
#set -g status-style fg=white,bg=colour250
|
#set -g status-style fg=white,bg=colour250
|
||||||
set -g status-style fg=white,bg=green
|
set -g status-style fg=white,bg=green
|
||||||
#set -g status-style fg=white,bg=black
|
#set -g status-style fg=white,bg=black
|
||||||
set -g status-interval 1
|
set -g status-interval 3600
|
||||||
set -g status-position bottom
|
set -g status-position bottom
|
||||||
|
|
||||||
# DESIGN: WINDOW STATUS
|
# DESIGN: WINDOW STATUS
|
||||||
|
|
@ -53,8 +53,8 @@ set -g status-left ''
|
||||||
|
|
||||||
# items right to the tabs
|
# items right to the tabs
|
||||||
#set -g status-right '#[fg=colour59,bg=colour250,bold] %y/%m/%d |#[fg=colour59,bg=colour250,bold] %H:%M:%S '
|
#set -g status-right '#[fg=colour59,bg=colour250,bold] %y/%m/%d |#[fg=colour59,bg=colour250,bold] %H:%M:%S '
|
||||||
set -g status-right '#[fg=colour22,bg=green,bold] %F |#[fg=colour22,bg=green,bold] %T '
|
#set -g status-right '#[fg=colour22,bg=green,bold] %F |#[fg=colour22,bg=green,bold] %T '
|
||||||
#set -g status-right ''
|
set -g status-right ''
|
||||||
|
|
||||||
setw -g window-status-bell-style fg=red,bold
|
setw -g window-status-bell-style fg=red,bold
|
||||||
set-window-option -g window-status-bell-style bg=colour160
|
set-window-option -g window-status-bell-style bg=colour160
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue