mirror of
https://github.com/TECHNOFAB11/tmux2k.git
synced 2026-02-02 09:25:10 +01:00
feat: udpate default options
This commit is contained in:
parent
1e39bcb56d
commit
8e51828d65
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ main() {
|
||||||
show_border_contrast=$(get_tmux_option "@tmux2k-border-contrast" true)
|
show_border_contrast=$(get_tmux_option "@tmux2k-border-contrast" true)
|
||||||
show_day_month=$(get_tmux_option "@tmux2k-day-month" false)
|
show_day_month=$(get_tmux_option "@tmux2k-day-month" false)
|
||||||
show_refresh=$(get_tmux_option "@tmux2k-refresh-rate" 5)
|
show_refresh=$(get_tmux_option "@tmux2k-refresh-rate" 5)
|
||||||
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' 'battery network-bandwidth time')"
|
||||||
IFS=' ' read -r -a lplugins <<<"$(get_tmux_option '@tmux2k-left-plugins' 'git cpu-usage ram-usage')"
|
IFS=' ' read -r -a lplugins <<<"$(get_tmux_option '@tmux2k-left-plugins' 'git cpu-usage ram-usage')"
|
||||||
|
|
||||||
# tmux2k Color Pallette
|
# tmux2k Color Pallette
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue