chore(window): remove bold, italics etc.

This commit is contained in:
technofab 2025-06-17 12:51:08 +02:00
parent feef9a9d6d
commit 56d26258aa
No known key found for this signature in database

View file

@ -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