From 5cade0cec8fb3e6342fc96099d33fe62cae11e95 Mon Sep 17 00:00:00 2001 From: Charles D Date: Mon, 12 Jun 2023 07:40:50 -0400 Subject: [PATCH] fix btop.conf --- .config/btop/btop.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/btop/btop.conf b/.config/btop/btop.conf index 395fc25..70b40dc 100644 --- a/.config/btop/btop.conf +++ b/.config/btop/btop.conf @@ -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