mirror of
https://github.com/TECHNOFAB11/tmux2k.git
synced 2025-12-11 23:50:08 +01:00
feat: set window list to abs centre
This commit is contained in:
parent
cde2291466
commit
6088bf0829
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ current_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||||
source "$current_dir"/utils.sh
|
source "$current_dir"/utils.sh
|
||||||
|
|
||||||
show_powerline=$(get_tmux_option "@tmux2k-show-powerline" true)
|
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)
|
refresh_rate=$(get_tmux_option "@tmux2k-refresh-rate" 60)
|
||||||
start_icon=$(get_tmux_option "@tmux2k-start-icon" "session")
|
start_icon=$(get_tmux_option "@tmux2k-start-icon" "session")
|
||||||
l_sep=$(get_tmux_option "@tmux2k-left-sep" )
|
l_sep=$(get_tmux_option "@tmux2k-left-sep" )
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue