tmux: update deprecated properties
This commit is contained in:
parent
0492951af2
commit
ff293987b5
1 changed files with 5 additions and 5 deletions
|
@ -48,9 +48,9 @@ bind l send-keys 'C-l'
|
||||||
|
|
||||||
|
|
||||||
# Status bar
|
# Status bar
|
||||||
set -g status-bg colour237
|
set -g status-style bg=colour237
|
||||||
set -g status-fg colour216
|
set -ag status-style fg=colour216
|
||||||
set -g status-attr dim
|
set -ag status-style dim
|
||||||
set-option -g status-left '#[fg=colour196][#[fg=default]#S#[fg=colour196]]#[fg=default] '
|
set-option -g status-left '#[fg=colour196][#[fg=default]#S#[fg=colour196]]#[fg=default] '
|
||||||
set-option -g status-right \
|
set-option -g status-right \
|
||||||
'#[fg=colour196][#[fg=default]#(echo $USER)#[fg=colour196]@\
|
'#[fg=colour196][#[fg=default]#(echo $USER)#[fg=colour196]@\
|
||||||
|
@ -58,6 +58,6 @@ set-option -g status-right \
|
||||||
#[fg=colour196][#[fg=default]#(date "+%H:%M %F")#[fg=colour196]]#[fg=defaultb'
|
#[fg=colour196][#[fg=default]#(date "+%H:%M %F")#[fg=colour196]]#[fg=defaultb'
|
||||||
|
|
||||||
# Current window
|
# Current window
|
||||||
set-window-option -g window-status-current-bg colour215
|
set-window-option -g window-status-current-style bg=colour215
|
||||||
set-window-option -g window-status-current-fg colour88
|
set-window-option -ag window-status-current-style fg=colour88
|
||||||
set-window-option -g window-status-current-format ' #I:#W#F '
|
set-window-option -g window-status-current-format ' #I:#W#F '
|
||||||
|
|
Loading…
Reference in a new issue