mirror of
https://github.com/TECHNOFAB11/tmux2k.git
synced 2025-12-11 23:50:08 +01:00
feat: update default plugins
This commit is contained in:
parent
dc78c7d312
commit
f1d2dc175a
1 changed files with 8 additions and 8 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue