diff --git a/scripts/tmux2k.sh b/scripts/tmux2k.sh index d1693c8..73d15c1 100755 --- a/scripts/tmux2k.sh +++ b/scripts/tmux2k.sh @@ -15,7 +15,7 @@ wl_sep=$(get_tmux_option "@tmux2k-window-left-sep" ) wr_sep=$(get_tmux_option "@tmux2k-window-right-sep" ) show_flags=$(get_tmux_option "@tmux2k-show-flags" true) IFS=' ' read -r -a lplugins <<<"$(get_tmux_option '@tmux2k-left-plugins' 'git cpu ram')" -IFS=' ' read -r -a rplugins <<<"$(get_tmux_option '@tmux2k-right-plugins' 'battery network time')" +IFS=' ' read -r -a rplugins <<<"$(get_tmux_option '@tmux2k-right-plugins' 'cwd battery network time')" theme=$(get_tmux_option "@tmux2k-theme" 'default') icons_only=$(get_tmux_option "@tmux2k-icons-only" false) compact=$(get_tmux_option "@tmux2k-compact-windows" false)