Switch btop to per-core CPU display

This commit is contained in:
Trysdyn Black 2025-01-03 11:48:26 -08:00
parent 610aaf6d71
commit bab1ad0f8e

View file

@ -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