From 6088bf0829118f709ba7c1f9c8a58256d18e7e6c Mon Sep 17 00:00:00 2001 From: Abhishek Keshri Date: Mon, 4 Nov 2024 00:52:30 +0530 Subject: [PATCH] feat: set window list to abs centre --- scripts/tmux2k.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tmux2k.sh b/scripts/tmux2k.sh index 73d15c1..1be660c 100755 --- a/scripts/tmux2k.sh +++ b/scripts/tmux2k.sh @@ -6,7 +6,7 @@ current_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" source "$current_dir"/utils.sh show_powerline=$(get_tmux_option "@tmux2k-show-powerline" true) -window_list_alignment=$(get_tmux_option "@tmux2k-window-list-alignment" 'centre') +window_list_alignment=$(get_tmux_option "@tmux2k-window-list-alignment" 'absolute-centre') refresh_rate=$(get_tmux_option "@tmux2k-refresh-rate" 60) start_icon=$(get_tmux_option "@tmux2k-start-icon" "session") l_sep=$(get_tmux_option "@tmux2k-left-sep" )