feat tmux: window list style
This commit is contained in:
parent
b7768c7630
commit
8df5519f0d
@ -62,7 +62,7 @@ set -g status-right-length 100
|
|||||||
set -g status-bg default
|
set -g status-bg default
|
||||||
set -g status-fg white
|
set -g status-fg white
|
||||||
set -g status-style "bg=black,fg=white"
|
set -g status-style "bg=black,fg=white"
|
||||||
set -g status-left "#{tmux_mode_indicator}#[fg=black,bg=yellow] [#{session_name}] #[fg=yellow,bg=default] "
|
set -g status-left "#{tmux_mode_indicator}#[fg=black,bg=yellow] [#{session_name}] #[fg=yellow,bg=default] "
|
||||||
set -g status-right "#{?window_bigger,[#{window_offset_x}#,#{window_offset_y}] ,}\"#{=21:pane_title}\" %H:%M %d-%b-%y"
|
set -g status-right "#{?window_bigger,[#{window_offset_x}#,#{window_offset_y}] ,}\"#{=21:pane_title}\" %H:%M %d-%b-%y"
|
||||||
# set -g status-left '#{tmux_mode_indicator}#[fg=colour240]#(whoami)'
|
# set -g status-left '#{tmux_mode_indicator}#[fg=colour240]#(whoami)'
|
||||||
# set -g status-left '#{tmux_mode_indicator}#[fg=colour240]#[fg=colour255,bg=colour240] #(whoami) #[fg=colour240,bg=default]'
|
# set -g status-left '#{tmux_mode_indicator}#[fg=colour240]#[fg=colour255,bg=colour240] #(whoami) #[fg=colour240,bg=default]'
|
||||||
@ -70,6 +70,20 @@ set -g status-right "#{?window_bigger,[#{window_offset_x}#,#{window_offset_y}] ,
|
|||||||
# set -g status-left "#[bg=colour240]aaaaa #[fg=colour240]#[fg=colour255,bg=colour240] #(whoami) #[fg=black,bg=colour240]"
|
# set -g status-left "#[bg=colour240]aaaaa #[fg=colour240]#[fg=colour255,bg=colour240] #(whoami) #[fg=black,bg=colour240]"
|
||||||
# set -g status-right "#(date '+%Y-%m-%d %H:%M') #[fg=colour240]#[fg=white,bg=colour240] #(uptime | cut -d ',' -f 1)"
|
# set -g status-right "#(date '+%Y-%m-%d %H:%M') #[fg=colour240]#[fg=white,bg=colour240] #(uptime | cut -d ',' -f 1)"
|
||||||
|
|
||||||
|
# == StatusBar window Configure ===============================================
|
||||||
|
# set -g window-status-activity-style "reverse"
|
||||||
|
# set -g window-status-bell-style "reverse"
|
||||||
|
# set -g window-status-current-format "#I:#W#F"
|
||||||
|
# set -g window-status-current-style "default"
|
||||||
|
# set -g window-status-format "#I:#W#F"
|
||||||
|
# set -g window-status-last-style "default"
|
||||||
|
# set -g window-status-separator " "
|
||||||
|
# set -g window-status-style "default"
|
||||||
|
set -wg window-status-format "#[fg=gray,bg=default]#[bg=default,fg=gray] #I:#W#{?window_flags,#{window_flags}, } #[fg=gray,bg=default]"
|
||||||
|
set -wg window-status-current-format "#[fg=blue,bg=default]#[bg=blue,fg=white] #I:#W#{?window_flags,#{window_flags}, } #[fg=blue,bg=default]" # 状态栏当前窗口名称格式(#I:序号,#w:窗口名 称,#F:间隔符)
|
||||||
|
# set -wg window-status-current-style "fg=#d7fcaf,bg=#60875f" # 状态栏当前窗口名称的样式
|
||||||
|
set -wg window-status-separator " " # 状态栏窗口名称之间的间隔
|
||||||
|
|
||||||
# == TPM Footer =------========================================================
|
# == TPM Footer =------========================================================
|
||||||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||||
run '~/.tmux/plugins/tpm/tpm'
|
run '~/.tmux/plugins/tpm/tpm'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user