diff options
Diffstat (limited to 'config/common')
-rw-r--r-- | config/common/btop/btop.conf | 4 |
1 files 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" |