feat: set window list to abs centre

This commit is contained in:
Abhishek Keshri 2024-11-04 00:52:30 +05:30
parent cde2291466
commit 6088bf0829
No known key found for this signature in database

View file

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