mirror of
https://github.com/TECHNOFAB11/tmux2k.git
synced 2025-12-10 23:20:06 +01:00
chore(window): remove bold, italics etc.
This commit is contained in:
parent
feef9a9d6d
commit
56d26258aa
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue