From c2d33c4bf146f1f2bf68fe3feac64ab4f5dd0acd Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Thu, 3 Apr 2025 16:45:17 -0400 Subject: [PATCH] AutoYADM commit: 2025-04-03 16:45:17 --- .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 3127dcf9..1bc23ef0 100644 --- a/.config/btop/btop.conf +++ b/.config/btop/btop.conf @@ -53,7 +53,7 @@ graph_symbol_proc = "default" shown_boxes = "cpu proc" #* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs. -update_ms = 2000 +update_ms = 1800 #* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct", #* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly. @@ -63,7 +63,7 @@ proc_sorting = "memory" proc_reversed = False #* Show processes as a tree. -proc_tree = True +proc_tree = False #* Use the cpu graph colors in the process list. proc_colors = True