mirror of
https://github.com/TECHNOFAB11/tmux2k.git
synced 2025-12-11 23:50:08 +01:00
feat: set higher refresh rate
This commit is contained in:
parent
8381eaa8a6
commit
70ea2d2626
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ main() {
|
|||
show_right_sep=$(get_tmux_option "@tmux2k-show-right-sep" )
|
||||
show_border_contrast=$(get_tmux_option "@tmux2k-border-contrast" true)
|
||||
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" 60)
|
||||
IFS=' ' read -r -a rplugins <<<"$(get_tmux_option '@tmux2k-right-plugins' 'battery network time')"
|
||||
IFS=' ' read -r -a lplugins <<<"$(get_tmux_option '@tmux2k-left-plugins' 'git cpu-usage ram-usage')"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue