From bab1ad0f8eef1cd13270dc42a8c4de62c423405a Mon Sep 17 00:00:00 2001 From: Trysdyn Black Date: Fri, 3 Jan 2025 11:48:26 -0800 Subject: [PATCH] Switch btop to per-core CPU display --- .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 cd86c31..507cfbd 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