mirror of
https://github.com/TECHNOFAB11/tmux2k.git
synced 2025-12-11 23:50:08 +01:00
feat: set session as default for start icon
This commit is contained in:
parent
aa26ec063d
commit
50dc7806a9
1 changed files with 3 additions and 3 deletions
|
|
@ -8,7 +8,7 @@ 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')
|
||||
refresh_rate=$(get_tmux_option "@tmux2k-refresh-rate" 60)
|
||||
start_icon=$(get_tmux_option "@tmux2k-start-icon" '')
|
||||
start_icon=$(get_tmux_option "@tmux2k-start-icon" "session")
|
||||
l_sep=$(get_tmux_option "@tmux2k-left-sep" )
|
||||
r_sep=$(get_tmux_option "@tmux2k-right-sep" )
|
||||
wl_sep=$(get_tmux_option "@tmux2k-window-left-sep" )
|
||||
|
|
@ -189,8 +189,8 @@ set_options() {
|
|||
|
||||
start_icon() {
|
||||
case $start_icon in
|
||||
session) start_icon="#S" ;;
|
||||
window) start_icon="#W" ;;
|
||||
session) start_icon=" #S" ;;
|
||||
window) start_icon=" #W" ;;
|
||||
esac
|
||||
|
||||
first_plugin=${lplugins[0]}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue