adding some programs

This commit is contained in:
Chris Cochrun 2022-07-01 06:19:19 -05:00
parent f991e8ccf9
commit dc4af67907
4 changed files with 27 additions and 9 deletions

View file

@ -1,4 +1,4 @@
#? Config file for btop v. 1.2.7
#? Config file for btop v. 1.2.6
#* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes.
#* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes"
@ -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 mem net proc"
shown_boxes = "cpu proc"
#* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs.
update_ms = 2000
@ -95,7 +95,7 @@ cpu_invert_lower = True
cpu_single_graph = False
#* Show cpu box at bottom of screen instead of top.
cpu_bottom = False
cpu_bottom = True
#* Shows the system uptime in the CPU box.
show_uptime = True
@ -144,9 +144,6 @@ mem_graphs = True
#* Show mem box below net box instead of above.
mem_below_net = False
#* Count ZFS ARC in cached and available memory.
zfs_arc_cached = True
#* If swap memory should be shown in memory box.
show_swap = True