From a676f6e235372d26c74c2c53b159887f2a0acd2c Mon Sep 17 00:00:00 2001 From: root Date: Thu, 28 Apr 2022 11:05:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbashtop=E7=95=8C=E9=9D=A2menu?= =?UTF-8?q?=E9=A6=96=E5=AD=97=E6=AF=8Dm=E9=A2=9C=E8=89=B2=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E4=B8=8D=E4=B8=80=E8=87=B4=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bashtop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashtop b/bashtop index 517bd4b..6b0778d 100755 --- a/bashtop +++ b/bashtop @@ -2961,7 +2961,7 @@ draw_bg() { #? Draw all box outlines if [[ $check_temp == true ]]; then cpu_model_len=18; else cpu_model_len=9; fi create_box -v boxes_out -col $((box[p_col]-1)) -line $((box[p_line]-1)) -width ${box[p_width]} -height ${box[p_height]} -lc ${theme[div_line]} -t "${cpu[model]:0:${cpu_model_len}}" print -v boxes_out -m ${box[cpu_line]} $((box[cpu_col]+10)) -rs \ - -fg ${box[cpu_color]} -t "┤" -b -fg ${theme[hi_fg]} -t "m" -fg ${theme[title]} -t "enu" -rs -fg ${box[cpu_color]} -t "├" + -fg ${box[cpu_color]} -t "┤" -b -fg ${theme[title]} -t "m" -fg ${theme[title]} -t "enu" -rs -fg ${box[cpu_color]} -t "├" #* Misc mem print -v boxes_out -m ${box[mem_line]} $((box[mem_col]+box[m_width]+2)) -rs -fg ${box[mem_color]} -t "┤" -fg ${theme[title]} -b -t "disks" -rs -fg ${box[mem_color]} -t "├"