@ -99,6 +99,9 @@ DEFAULT_CONF: Template = Template(f'#? Config file for bpytop v. {VERSION}' + ''
#* Prefix name by a plus sign (+) for a theme located in user themes folder, i.e. color_theme="+monokai"
#* Prefix name by a plus sign (+) for a theme located in user themes folder, i.e. color_theme="+monokai"
color_theme="$color_theme"
color_theme="$color_theme"
#* If the theme set background should be shown, set to False if you want terminal background transparency
theme_background=$theme_background
#* Update time in milliseconds, increases automatically if set below internal loops processing time, recommended 2000 ms or above for better sample times for graphs.
#* Update time in milliseconds, increases automatically if set below internal loops processing time, recommended 2000 ms or above for better sample times for graphs.
update_ms=$update_ms
update_ms=$update_ms
@ -345,9 +348,10 @@ def timeit_decorator(func):
classConfig:
classConfig:
'''Holds all config variables and functions for loading from and saving to disk'''
'''Holds all config variables and functions for loading from and saving to disk'''