Update .bashrc
[dotfiles/.git] / .config / bashtop / bashtop.cfg
1 #? Config file for bashtop v. 0.9.25
2
3 #* Color theme, looks for a .theme file in "$HOME/.config/bashtop/themes" and "$HOME/.config/bashtop/user_themes"
4 #* Should be prefixed with either "themes/" or "user_themes/" depending on location, "Default" for builtin default theme
5 color_theme="Default"
6
7 #* Update time in milliseconds, increases automatically if set below internal loops processing time, recommended 2000 ms or above for better sample times for graphs
8 update_ms="2500"
9
10 #* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu responsive"
11 #* "cpu lazy" updates sorting over time, "cpu responsive" updates sorting directly
12 proc_sorting="cpu lazy"
13
14 #* Reverse sorting order, "true" or "false"
15 proc_reversed="false"
16
17 #* Show processes as a tree
18 proc_tree="false"
19
20 #* Check cpu temperature, only works if "sensors", "vcgencmd" or "osx-cpu-temp" commands is available
21 check_temp="true"
22
23 #* Draw a clock at top of screen, formatting according to strftime, empty string to disable
24 draw_clock="%X"
25
26 #* Update main ui when menus are showing, set this to false if the menus is flickering too much for comfort
27 background_update="true"
28
29 #* Custom cpu model name, empty string to disable
30 custom_cpu_name=""
31
32 #* Enable error logging to "$HOME/.config/bashtop/error.log", "true" or "false"
33 error_logging="true"
34
35 #* Show color gradient in process list, "true" or "false"
36 proc_gradient="true"
37
38 #* If process cpu usage should be of the core it's running on or usage of the total available cpu power
39 proc_per_core="false"
40
41 #* Optional filter for shown disks, should be names of mountpoints, "root" replaces "/", separate multiple values with space
42 disks_filter=""
43
44 #* Enable check for new version from github.com/aristocratos/bashtop at start
45 update_check="false"
46
47 #* Enable graphs with double the horizontal resolution, increases cpu usage
48 hires_graphs="false"
49
50 #* Enable the use of psutil python3 module for data collection, default on OSX
51 use_psutil="false"
52