fix btop.conf

This commit is contained in:
2023-06-12 07:40:50 -04:00
parent d80db383f9
commit 5cade0cec8
+4 -4
View File
@@ -2,7 +2,7 @@
#* 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"
color_theme = "/snap/btop/598/usr/local/share/btop/themes/nord.theme"
color_theme = "/usr/share/btop/themes/nord.theme"
#* If the theme set background should be shown, set to False if you want terminal background transparency.
theme_background = False
@@ -50,7 +50,7 @@ graph_symbol_proc = "braille"
shown_boxes = "cpu proc mem net"
#* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs.
update_ms = 500
update_ms = 1000
#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
@@ -60,7 +60,7 @@ proc_sorting = "cpu direct"
proc_reversed = False
#* Show processes as a tree.
proc_tree = True
proc_tree = False
#* Use the cpu graph colors in the process list.
proc_colors = True
@@ -98,7 +98,7 @@ cpu_graph_lower = "total"
cpu_invert_lower = True
#* Set to True to completely disable the lower CPU graph.
cpu_single_graph = True
cpu_single_graph = False
#* Show cpu box at bottom of screen instead of top.
cpu_bottom = False