mirror of
https://github.com/TECHNOFAB11/tmux2k.git
synced 2025-12-11 23:50:08 +01:00
Update tmux2k.sh
This commit is contained in:
parent
d24ce36859
commit
68e3895435
1 changed files with 2 additions and 2 deletions
|
|
@ -258,9 +258,9 @@ window_list() {
|
|||
|
||||
if $show_powerline; then
|
||||
tmux set-window-option -g window-status-current-format \
|
||||
"#[fg=${wfg},bg=bg_main]${wl_sep}#[bg=${wfg}]${current_flags}#[fg=${wbg}]${spacer}#I:#W${spacer}#[fg=${wfg},bg=bg_main]${wr_sep}"
|
||||
"#[fg=${wfg},bg=${bg_main}]${wl_sep}#[bg=${wfg}]${current_flags}#[fg=${wbg}]${spacer}#I:#W${spacer}#[fg=${wfg},bg=${bg_main}]${wr_sep}"
|
||||
tmux set-window-option -g window-status-format \
|
||||
"#[fg=${bg_alt},bg=bg_main]${wl_sep}#[bg=${bg_alt}]${flags}#[fg=${white}]${spacer}#I:#W${spacer}#[fg=${bg_alt},bg=bg_main]${wr_sep}"
|
||||
"#[fg=${bg_alt},bg=${bg_main}]${wl_sep}#[bg=${bg_alt}]${flags}#[fg=${white}]${spacer}#I:#W${spacer}#[fg=${bg_alt},bg=${bg_main}]${wr_sep}"
|
||||
else
|
||||
tmux set-window-option -g window-status-current-format "#[fg=${wbg},bg=${wfg}] #I:#W${spacer}${current_flags} "
|
||||
tmux set-window-option -g window-status-format "#[fg=${white},bg=${bg_alt}] #I:#W${spacer}${flags} "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue