From 56d26258aa793521a3abdf2ca5c5d33d80c808c1 Mon Sep 17 00:00:00 2001 From: technofab Date: Tue, 17 Jun 2025 12:51:08 +0200 Subject: [PATCH] chore(window): remove bold, italics etc. --- scripts/tmux2k.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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