From ca9a46e9757c6aed3596a271c0c9908884f544fb Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Fri, 7 Apr 2023 17:29:29 +0200 Subject: set transparent background --- config/common/btop/btop.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/common/btop/btop.conf b/config/common/btop/btop.conf index a0b99b6..225d657 100644 --- a/config/common/btop/btop.conf +++ b/config/common/btop/btop.conf @@ -5,7 +5,7 @@ color_theme = "TTY" #* If the theme set background should be shown, set to False if you want terminal background transparency. -theme_background = True +theme_background = False #* Sets if 24-bit truecolor should be used, will convert 24-bit colors to 256 color (6x6x6 color cube) if false. truecolor = True @@ -209,4 +209,4 @@ selected_battery = "Auto" #* Set loglevel for "~/.config/btop/btop.log" levels are: "ERROR" "WARNING" "INFO" "DEBUG". #* The level set includes all lower levels, i.e. "DEBUG" will show all logging info. -log_level = "WARNING" \ No newline at end of file +log_level = "WARNING" -- cgit v1.2.3