diff --git a/scripts/tmux2k.sh b/scripts/tmux2k.sh index 20c7a99..ae19552 100755 --- a/scripts/tmux2k.sh +++ b/scripts/tmux2k.sh @@ -253,7 +253,7 @@ window_list() { if $show_powerline; then tmux set-window-option -g window-status-current-format \ - "#[fg=${wfg},bg=${bg_main}]${wl_sep}#[fg=${wbg},bg=${wfg}]${current_flags}${spacer}#I:#W${spacer}#[fg=${wfg},bg=${bg_main}]${wr_sep}" + "#[fg=${wfg},bg=${bg_main},nobold,nounderscore,noitalics]${wl_sep}#[fg=${wbg},bg=${wfg}]${current_flags}${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}#[fg=${white},bg=${bg_alt}]${flags}${spacer}#I:#W${spacer}#[fg=${bg_alt},bg=${bg_main}]${wr_sep}" else