From 70ea2d26265d469c391cbf45e5e65237ccb1855e Mon Sep 17 00:00:00 2001 From: Abhishek Keshri Date: Mon, 5 Feb 2024 16:25:12 +0530 Subject: [PATCH] feat: set higher refresh rate --- scripts/tmux2k.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tmux2k.sh b/scripts/tmux2k.sh index f4fada5..23a090f 100755 --- a/scripts/tmux2k.sh +++ b/scripts/tmux2k.sh @@ -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')"