From d3d34f1b915605e784fcede24a77cc0924548c1b Mon Sep 17 00:00:00 2001 From: Yannick7777 <87943421+Yannick7777@users.noreply.github.com> Date: Tue, 21 Jan 2025 16:34:41 +0100 Subject: [PATCH] Update brop config --- .config/btop/btop.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.config/btop/btop.conf b/.config/btop/btop.conf index e4d170d..91af9c2 100644 --- a/.config/btop/btop.conf +++ b/.config/btop/btop.conf @@ -1,11 +1,11 @@ -#? Config file for btop v. 1.3.2 +#? Config file for btop v. 1.4.0 #* 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 = "/usr/share/btop/themes/tokyo-night.theme" +color_theme = "Default" #* If the theme set background should be shown, set to False if you want terminal background transparency. -theme_background = False +theme_background = True #* Sets if 24-bit truecolor should be used, will convert 24-bit colors to 256 color (6x6x6 color cube) if false. truecolor = True @@ -69,10 +69,10 @@ proc_tree = False proc_colors = True #* Use a darkening gradient in the process list. -proc_gradient = False +proc_gradient = True #* If process cpu usage should be of the core it's running on or usage of the total available cpu power. -proc_per_core = False +proc_per_core = True #* Show process memory as bytes instead of percent. proc_mem_bytes = True