From e3481fb412ab7eb372d86691011808e75c3ff8ef Mon Sep 17 00:00:00 2001 From: Charles D Date: Thu, 15 Jun 2023 06:46:00 -0400 Subject: [PATCH] fix btop.conf again --- .config/btop/btop.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/btop/btop.conf b/.config/btop/btop.conf index 70b40dc..ab915dc 100644 --- a/.config/btop/btop.conf +++ b/.config/btop/btop.conf @@ -47,7 +47,7 @@ graph_symbol_net = "block" graph_symbol_proc = "braille" #* Manually set which boxes to show. Available values are "cpu mem net proc", separate values with whitespace. -shown_boxes = "cpu proc mem net" +shown_boxes = "cpu mem net proc" #* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs. update_ms = 1000 @@ -81,7 +81,7 @@ proc_cpu_graphs = True proc_info_smaps = False #* Show proc box on left side of screen instead of right. -proc_left = True +proc_left = False #* (Linux) Filter processes tied to the Linux kernel(similar behavior to htop). proc_filter_kernel = False