From f85fbf6670fe2c39f141d82371cd8c04ac82faf3 Mon Sep 17 00:00:00 2001 From: Max O'Cull Date: Sat, 7 Sep 2024 14:41:09 -0400 Subject: [PATCH] btop per-core --- config/btop/btop.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/btop/btop.conf b/config/btop/btop.conf index c86f8e6..4b71e07 100644 --- a/config/btop/btop.conf +++ b/config/btop/btop.conf @@ -72,7 +72,7 @@ proc_colors = True proc_gradient = True #* If process cpu usage should be of the core it's running on or usage of the total available cpu power. -proc_per_core = False +proc_per_core = True #* Show process memory as bytes instead of percent. proc_mem_bytes = True