#? Config file for bashtop v. 0.9.9#* Color theme, looks for a .theme file in "$HOME/.config/bashtop/themes" and "$HOME/.config/bashtop/user_themes", "Default" for builtin default themecolor_theme="Default"#* Update time in milliseconds, increases automatically if set below internal loops processing time, recommended 2000 ms or above for better sample times for graphsupdate_ms="2500"#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu responsive" "tree"#* "cpu lazy" updates sorting over time, "cpu responsive" updates sorting directly at a cpu usage costproc_sorting="cpu lazy"#* Reverse sorting order, "true" or "false"proc_reversed="false"#* Check cpu temperature, only works if "sensors", "vcgencmd" or "osx-cpu-temp" commands is availablecheck_temp="true"#* Draw a clock at top of screen, formatting according to strftime, empty string to disabledraw_clock="%X"#* Update main ui when menus are showing, set this to false if the menus is flickering too much for comfortbackground_update="true"#* Custom cpu model name, empty string to disablecustom_cpu_name=""#* Enable error logging to "$HOME/.config/bashtop/error.log", "true" or "false"error_logging="true"#* Show color gradient in process list, "true" or "false"proc_gradient="true"#* If process cpu usage should be of the core it's running on or usage of the total available cpu powerproc_per_core="false"#* Optional filter for shown disks, should be names of mountpoints, "root" replaces "/", separate multiple values with spacedisks_filter=""#* Enable check for new version from github.com/aristocratos/bashtop at startupdate_check="true"#* Enable graphs with double the horizontal resolution, increases cpu usagehires_graphs="false"#* Enable the use of psutil python3 module for data collection, default on OSXuse_psutil="true"