|
|
@@ -2,7 +2,8 @@
|
|
|
|
|
|
#* 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/dracula.theme"
|
|
|
+color_theme = "dracula.theme"
|
|
|
+
|
|
|
|
|
|
#* If the theme set background should be shown, set to False if you want terminal background transparency.
|
|
|
theme_background = True
|
|
|
@@ -209,4 +210,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"
|
|
|
+log_level = "WARNING"
|