From 1a3bf8d4a6b78254f3564abb3722e5876cee1320 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Fri, 6 Jan 2023 12:13:23 -0600 Subject: [PATCH] some tweaks to btop --- bpytop/btop.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bpytop/btop.conf b/bpytop/btop.conf index a8011f5..72c1d1d 100644 --- a/bpytop/btop.conf +++ b/bpytop/btop.conf @@ -47,7 +47,7 @@ graph_symbol_net = "default" graph_symbol_proc = "default" #* Manually set which boxes to show. Available values are "cpu mem net proc", separate values with whitespace. -shown_boxes = "cpu proc" +shown_boxes = "cpu mem net proc" #* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs. update_ms = 2000 @@ -101,7 +101,7 @@ cpu_invert_lower = True cpu_single_graph = False #* Show cpu box at bottom of screen instead of top. -cpu_bottom = True +cpu_bottom = False #* Shows the system uptime in the CPU box. show_uptime = True