diff options
Diffstat (limited to '.config/bashtop/bashtop.cfg')
| -rw-r--r-- | .config/bashtop/bashtop.cfg | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/.config/bashtop/bashtop.cfg b/.config/bashtop/bashtop.cfg new file mode 100644 index 0000000..e9d61d9 --- /dev/null +++ b/.config/bashtop/bashtop.cfg @@ -0,0 +1,30 @@ +#? Config file for bashtop v. 0.8.16 + +#* Color theme, looks for a .theme file in "$HOME/.config/bashtop/themes", "Default" for builtin default theme +color_theme="solarized_dark" + +#* 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="2500" + +#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu responsive" +#* "cpu lazy" updates sorting over time, "cpu responsive" updates sorting directly at a cpu usage cost +proc_sorting="cpu lazy" + +#* Reverse sorting order, "true" or "false" +proc_reversed="false" + +#* Check cpu temperature, only works if "sensors" command is available and have values for "Package" and "Core" +check_temp="true" + +#* Draw a clock at top of screen, formatting according to strftime, empty string to disable +draw_clock="%X" + +#* Update main ui when menus are showing, set this to false if the menus is flickering too much for comfort +background_update="true" + +#* Custom cpu model name, empty string to disable +custom_cpu_name="" + +#* Enable error logging to "$HOME/.config/bashtop/error.log", "true" or "false" +error_logging="true" + |
