summaryrefslogtreecommitdiff
path: root/config/common/btop
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-04-07 17:29:29 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-04-07 17:29:29 +0200
commitca9a46e9757c6aed3596a271c0c9908884f544fb (patch)
tree381b91c1bbf06836c963c0acf2e1f78e0bd0a4a5 /config/common/btop
parent919211742bbf30a04c6e61fe2164b946855d807b (diff)
set transparent background
Diffstat (limited to 'config/common/btop')
-rw-r--r--config/common/btop/btop.conf4
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"