From 86ea42c652792c4468275bbed514e70fb648493a Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Sat, 23 Aug 2025 05:03:39 +0200 Subject: [PATCH] set update_ms to 300 --- dot_config/btop/btop.conf.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/btop/btop.conf.tmpl b/dot_config/btop/btop.conf.tmpl index 6f2faab..1f87fa9 100644 --- a/dot_config/btop/btop.conf.tmpl +++ b/dot_config/btop/btop.conf.tmpl @@ -60,7 +60,7 @@ graph_symbol_proc = "default" shown_boxes = "cpu mem net proc" #* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs. -update_ms = 2000 +update_ms = 300 #* 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.