diff --git a/scripts/tmux2k.sh b/scripts/tmux2k.sh index 1be660c..70d640d 100755 --- a/scripts/tmux2k.sh +++ b/scripts/tmux2k.sh @@ -14,8 +14,8 @@ r_sep=$(get_tmux_option "@tmux2k-right-sep" ) 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' 'cwd battery network time')" +IFS=' ' read -r -a lplugins <<<"$(get_tmux_option '@tmux2k-left-plugins' 'git cwd')" +IFS=' ' read -r -a rplugins <<<"$(get_tmux_option '@tmux2k-right-plugins' 'cpu ram 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) @@ -38,10 +38,10 @@ light_purple=$(get_tmux_option "@tmux2k-light-purple" '#ff65c6') declare -A plugin_colors=( ["git"]="green text" - ["cpu"]="blue text" - ["cwd"]="purple text" + ["cpu"]="light_green text" + ["cwd"]="blue text" ["ram"]="light_yellow text" - ["gpu"]="yellow text" + ["gpu"]="red text" ["battery"]="light_purple text" ["network"]="purple text" ["bandwidth"]="purple text" @@ -154,10 +154,10 @@ set_theme() { text=$bg_main plugin_colors=( ["git"]="text green" - ["cpu"]="text blue" - ["cwd"]="text light_green" + ["cpu"]="text light_green" + ["cwd"]="text blue" ["ram"]="text light_yellow" - ["gpu"]="text yellow" + ["gpu"]="text red" ["battery"]="text light_purple" ["network"]="text purple" ["bandwidth"]="text purple"