Update tmux2k.sh

This commit is contained in:
Technofab 2024-11-26 17:04:21 +01:00 committed by GitHub
parent d24ce36859
commit 68e3895435
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -258,9 +258,9 @@ window_list() {
if $show_powerline; then if $show_powerline; then
tmux set-window-option -g window-status-current-format \ 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 \ 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 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-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} " tmux set-window-option -g window-status-format "#[fg=${white},bg=${bg_alt}] #I:#W${spacer}${flags} "