fix btop.conf again

This commit is contained in:
2023-06-15 06:46:00 -04:00
parent b84b18ebef
commit e3481fb412
+2 -2
View File
@@ -47,7 +47,7 @@ graph_symbol_net = "block"
graph_symbol_proc = "braille"
#* Manually set which boxes to show. Available values are "cpu mem net proc", separate values with whitespace.
shown_boxes = "cpu proc mem net"
shown_boxes = "cpu mem net proc"
#* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs.
update_ms = 1000
@@ -81,7 +81,7 @@ proc_cpu_graphs = True
proc_info_smaps = False
#* Show proc box on left side of screen instead of right.
proc_left = True
proc_left = False
#* (Linux) Filter processes tied to the Linux kernel(similar behavior to htop).
proc_filter_kernel = False