File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ source "$CURRENT_DIR/helpers.sh"
99# TODO: use less than 1 second
1010refresh_interval=$( get_tmux_option " status-interval" " 5" )
1111
12- cpu_view_tmpl=$( get_tmux_option " @sysstat_cpu_view_tmpl" ' #[fg=#{cpu.color}]#{cpu.pused}#[default]' )
12+ cpu_view_tmpl=$( get_tmux_option " @sysstat_cpu_view_tmpl" ' CPU: #[fg=#{cpu.color}]#{cpu.pused}#[default]' )
1313
1414cpu_medium_threshold=$( get_tmux_option " @sysstat_cpu_medium_threshold" " 30" )
1515cpu_stress_threshold=$( get_tmux_option " @sysstat_cpu_stress_threshold" " 80" )
Original file line number Diff line number Diff line change 66CURRENT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
77source " $CURRENT_DIR /helpers.sh"
88
9- mem_view_tmpl=$( get_tmux_option " @sysstat_mem_view_tmpl" ' #[fg=#{mem.color}]#{mem.pused}#[default]' )
9+ mem_view_tmpl=$( get_tmux_option " @sysstat_mem_view_tmpl" ' MEM: #[fg=#{mem.color}]#{mem.pused}#[default]' )
1010
1111mem_medium_threshold=$( get_tmux_option " @sysstat_mem_medium_threshold" " 75" )
1212mem_stress_threshold=$( get_tmux_option " @sysstat_mem_stress_threshold" " 90" )
Original file line number Diff line number Diff line change 66CURRENT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
77source " $CURRENT_DIR /helpers.sh"
88
9- swap_view_tmpl=$( get_tmux_option " @sysstat_swap_view_tmpl" ' #[fg=#{swap.color}]#{swap.pused}#[default]' )
9+ swap_view_tmpl=$( get_tmux_option " @sysstat_swap_view_tmpl" ' SW: #[fg=#{swap.color}]#{swap.pused}#[default]' )
1010
1111swap_medium_threshold=$( get_tmux_option " @sysstat_swap_medium_threshold" " 25" )
1212swap_stress_threshold=$( get_tmux_option " @sysstat_swap_stress_threshold" " 75" )
You can’t perform that action at this time.
0 commit comments