|
| 1 | +#? Config file for btop v. 1.4.5 |
| 2 | + |
| 3 | +#* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes. |
| 4 | +#* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes" |
| 5 | +color_theme = "Default" |
| 6 | + |
| 7 | +#* If the theme set background should be shown, set to False if you want terminal background transparency. |
| 8 | +theme_background = True |
| 9 | + |
| 10 | +#* Sets if 24-bit truecolor should be used, will convert 24-bit colors to 256 color (6x6x6 color cube) if false. |
| 11 | +truecolor = True |
| 12 | + |
| 13 | +#* Set to true to force tty mode regardless if a real tty has been detected or not. |
| 14 | +#* Will force 16-color mode and TTY theme, set all graph symbols to "tty" and swap out other non tty friendly symbols. |
| 15 | +force_tty = False |
| 16 | + |
| 17 | +#* Define presets for the layout of the boxes. Preset 0 is always all boxes shown with default settings. Max 9 presets. |
| 18 | +#* Format: "box_name:P:G,box_name:P:G" P=(0 or 1) for alternate positions, G=graph symbol to use for box. |
| 19 | +#* Use whitespace " " as separator between different presets. |
| 20 | +#* Example: "cpu:0:default,mem:0:tty,proc:1:default cpu:0:braille,proc:0:tty" |
| 21 | +presets = "cpu:1:default,proc:0:default cpu:0:default,mem:0:default,net:0:default cpu:0:block,net:0:tty" |
| 22 | + |
| 23 | +#* Set to True to enable "h,j,k,l,g,G" keys for directional control in lists. |
| 24 | +#* Conflicting keys for h:"help" and k:"kill" is accessible while holding shift. |
| 25 | +vim_keys = False |
| 26 | + |
| 27 | +#* Rounded corners on boxes, is ignored if TTY mode is ON. |
| 28 | +rounded_corners = True |
| 29 | + |
| 30 | +#* Default symbols to use for graph creation, "braille", "block" or "tty". |
| 31 | +#* "braille" offers the highest resolution but might not be included in all fonts. |
| 32 | +#* "block" has half the resolution of braille but uses more common characters. |
| 33 | +#* "tty" uses only 3 different symbols but will work with most fonts and should work in a real TTY. |
| 34 | +#* Note that "tty" only has half the horizontal resolution of the other two, so will show a shorter historical view. |
| 35 | +graph_symbol = "braille" |
| 36 | + |
| 37 | +# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty". |
| 38 | +graph_symbol_cpu = "default" |
| 39 | + |
| 40 | +# Graph symbol to use for graphs in gpu box, "default", "braille", "block" or "tty". |
| 41 | +graph_symbol_gpu = "default" |
| 42 | + |
| 43 | +# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty". |
| 44 | +graph_symbol_mem = "default" |
| 45 | + |
| 46 | +# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty". |
| 47 | +graph_symbol_net = "default" |
| 48 | + |
| 49 | +# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty". |
| 50 | +graph_symbol_proc = "default" |
| 51 | + |
| 52 | +#* Manually set which boxes to show. Available values are "cpu mem net proc" and "gpu0" through "gpu5", separate values with whitespace. |
| 53 | +shown_boxes = "cpu mem net proc" |
| 54 | + |
| 55 | +#* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs. |
| 56 | +update_ms = 2000 |
| 57 | + |
| 58 | +#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct", |
| 59 | +#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly. |
| 60 | +proc_sorting = "cpu lazy" |
| 61 | + |
| 62 | +#* Reverse sorting order, True or False. |
| 63 | +proc_reversed = False |
| 64 | + |
| 65 | +#* Show processes as a tree. |
| 66 | +proc_tree = False |
| 67 | + |
| 68 | +#* Use the cpu graph colors in the process list. |
| 69 | +proc_colors = True |
| 70 | + |
| 71 | +#* Use a darkening gradient in the process list. |
| 72 | +proc_gradient = True |
| 73 | + |
| 74 | +#* If process cpu usage should be of the core it's running on or usage of the total available cpu power. |
| 75 | +proc_per_core = False |
| 76 | + |
| 77 | +#* Show process memory as bytes instead of percent. |
| 78 | +proc_mem_bytes = True |
| 79 | + |
| 80 | +#* Show cpu graph for each process. |
| 81 | +proc_cpu_graphs = True |
| 82 | + |
| 83 | +#* Use /proc/[pid]/smaps for memory information in the process info box (very slow but more accurate) |
| 84 | +proc_info_smaps = False |
| 85 | + |
| 86 | +#* Show proc box on left side of screen instead of right. |
| 87 | +proc_left = False |
| 88 | + |
| 89 | +#* (Linux) Filter processes tied to the Linux kernel(similar behavior to htop). |
| 90 | +proc_filter_kernel = False |
| 91 | + |
| 92 | +#* In tree-view, always accumulate child process resources in the parent process. |
| 93 | +proc_aggregate = False |
| 94 | + |
| 95 | +#* Sets the CPU stat shown in upper half of the CPU graph, "total" is always available. |
| 96 | +#* Select from a list of detected attributes from the options menu. |
| 97 | +cpu_graph_upper = "Auto" |
| 98 | + |
| 99 | +#* Sets the CPU stat shown in lower half of the CPU graph, "total" is always available. |
| 100 | +#* Select from a list of detected attributes from the options menu. |
| 101 | +cpu_graph_lower = "Auto" |
| 102 | + |
| 103 | +#* If gpu info should be shown in the cpu box. Available values = "Auto", "On" and "Off". |
| 104 | +show_gpu_info = "Auto" |
| 105 | + |
| 106 | +#* Toggles if the lower CPU graph should be inverted. |
| 107 | +cpu_invert_lower = True |
| 108 | + |
| 109 | +#* Set to True to completely disable the lower CPU graph. |
| 110 | +cpu_single_graph = False |
| 111 | + |
| 112 | +#* Show cpu box at bottom of screen instead of top. |
| 113 | +cpu_bottom = False |
| 114 | + |
| 115 | +#* Shows the system uptime in the CPU box. |
| 116 | +show_uptime = True |
| 117 | + |
| 118 | +#* Shows the CPU package current power consumption in watts. Requires running `make setcap` or `make setuid` or running with sudo. |
| 119 | +show_cpu_watts = True |
| 120 | + |
| 121 | +#* Show cpu temperature. |
| 122 | +check_temp = True |
| 123 | + |
| 124 | +#* Which sensor to use for cpu temperature, use options menu to select from list of available sensors. |
| 125 | +cpu_sensor = "Auto" |
| 126 | + |
| 127 | +#* Show temperatures for cpu cores also if check_temp is True and sensors has been found. |
| 128 | +show_coretemp = True |
| 129 | + |
| 130 | +#* Set a custom mapping between core and coretemp, can be needed on certain cpus to get correct temperature for correct core. |
| 131 | +#* Use lm-sensors or similar to see which cores are reporting temperatures on your machine. |
| 132 | +#* Format "x:y" x=core with wrong temp, y=core with correct temp, use space as separator between multiple entries. |
| 133 | +#* Example: "4:0 5:1 6:3" |
| 134 | +cpu_core_map = "" |
| 135 | + |
| 136 | +#* Which temperature scale to use, available values: "celsius", "fahrenheit", "kelvin" and "rankine". |
| 137 | +temp_scale = "celsius" |
| 138 | + |
| 139 | +#* Use base 10 for bits/bytes sizes, KB = 1000 instead of KiB = 1024. |
| 140 | +base_10_sizes = False |
| 141 | + |
| 142 | +#* Show CPU frequency. |
| 143 | +show_cpu_freq = True |
| 144 | + |
| 145 | +#* Draw a clock at top of screen, formatting according to strftime, empty string to disable. |
| 146 | +#* Special formatting: /host = hostname | /user = username | /uptime = system uptime |
| 147 | +clock_format = "%X" |
| 148 | + |
| 149 | +#* Update main ui in background when menus are showing, set this to false if the menus is flickering too much for comfort. |
| 150 | +background_update = True |
| 151 | + |
| 152 | +#* Custom cpu model name, empty string to disable. |
| 153 | +custom_cpu_name = "" |
| 154 | + |
| 155 | +#* Optional filter for shown disks, should be full path of a mountpoint, separate multiple values with whitespace " ". |
| 156 | +#* Only disks matching the filter will be shown. Prepend exclude= to only show disks not matching the filter. Examples: disk_filter="/boot /home/user", disks_filter="exclude=/boot /home/user" |
| 157 | +disks_filter = "" |
| 158 | + |
| 159 | +#* Show graphs instead of meters for memory values. |
| 160 | +mem_graphs = True |
| 161 | + |
| 162 | +#* Show mem box below net box instead of above. |
| 163 | +mem_below_net = False |
| 164 | + |
| 165 | +#* Count ZFS ARC in cached and available memory. |
| 166 | +zfs_arc_cached = True |
| 167 | + |
| 168 | +#* If swap memory should be shown in memory box. |
| 169 | +show_swap = True |
| 170 | + |
| 171 | +#* Show swap as a disk, ignores show_swap value above, inserts itself after first disk. |
| 172 | +swap_disk = True |
| 173 | + |
| 174 | +#* If mem box should be split to also show disks info. |
| 175 | +show_disks = True |
| 176 | + |
| 177 | +#* Filter out non physical disks. Set this to False to include network disks, RAM disks and similar. |
| 178 | +only_physical = True |
| 179 | + |
| 180 | +#* Read disks list from /etc/fstab. This also disables only_physical. |
| 181 | +use_fstab = True |
| 182 | + |
| 183 | +#* Setting this to True will hide all datasets, and only show ZFS pools. (IO stats will be calculated per-pool) |
| 184 | +zfs_hide_datasets = False |
| 185 | + |
| 186 | +#* Set to true to show available disk space for privileged users. |
| 187 | +disk_free_priv = False |
| 188 | + |
| 189 | +#* Toggles if io activity % (disk busy time) should be shown in regular disk usage view. |
| 190 | +show_io_stat = True |
| 191 | + |
| 192 | +#* Toggles io mode for disks, showing big graphs for disk read/write speeds. |
| 193 | +io_mode = False |
| 194 | + |
| 195 | +#* Set to True to show combined read/write io graphs in io mode. |
| 196 | +io_graph_combined = False |
| 197 | + |
| 198 | +#* Set the top speed for the io graphs in MiB/s (100 by default), use format "mountpoint:speed" separate disks with whitespace " ". |
| 199 | +#* Example: "/mnt/media:100 /:20 /boot:1". |
| 200 | +io_graph_speeds = "" |
| 201 | + |
| 202 | +#* Set fixed values for network graphs in Mebibits. Is only used if net_auto is also set to False. |
| 203 | +net_download = 100 |
| 204 | + |
| 205 | +net_upload = 100 |
| 206 | + |
| 207 | +#* Use network graphs auto rescaling mode, ignores any values set above and rescales down to 10 Kibibytes at the lowest. |
| 208 | +net_auto = True |
| 209 | + |
| 210 | +#* Sync the auto scaling for download and upload to whichever currently has the highest scale. |
| 211 | +net_sync = True |
| 212 | + |
| 213 | +#* Starts with the Network Interface specified here. |
| 214 | +net_iface = "" |
| 215 | + |
| 216 | +#* "True" shows bitrates in base 10 (Kbps, Mbps). "False" shows bitrates in binary sizes (Kibps, Mibps, etc.). "Auto" uses base_10_sizes. |
| 217 | +base_10_bitrate = "Auto" |
| 218 | + |
| 219 | +#* Show battery stats in top right if battery is present. |
| 220 | +show_battery = True |
| 221 | + |
| 222 | +#* Which battery to use if multiple are present. "Auto" for auto detection. |
| 223 | +selected_battery = "Auto" |
| 224 | + |
| 225 | +#* Show power stats of battery next to charge indicator. |
| 226 | +show_battery_watts = True |
| 227 | + |
| 228 | +#* Set loglevel for "~/.config/btop/btop.log" levels are: "ERROR" "WARNING" "INFO" "DEBUG". |
| 229 | +#* The level set includes all lower levels, i.e. "DEBUG" will show all logging info. |
| 230 | +log_level = "WARNING" |
| 231 | + |
| 232 | +#* Measure PCIe throughput on NVIDIA cards, may impact performance on certain cards. |
| 233 | +nvml_measure_pcie_speeds = True |
| 234 | + |
| 235 | +#* Measure PCIe throughput on AMD cards, may impact performance on certain cards. |
| 236 | +rsmi_measure_pcie_speeds = True |
| 237 | + |
| 238 | +#* Horizontally mirror the GPU graph. |
| 239 | +gpu_mirror_graph = True |
| 240 | + |
| 241 | +#* Custom gpu0 model name, empty string to disable. |
| 242 | +custom_gpu_name0 = "" |
| 243 | + |
| 244 | +#* Custom gpu1 model name, empty string to disable. |
| 245 | +custom_gpu_name1 = "" |
| 246 | + |
| 247 | +#* Custom gpu2 model name, empty string to disable. |
| 248 | +custom_gpu_name2 = "" |
| 249 | + |
| 250 | +#* Custom gpu3 model name, empty string to disable. |
| 251 | +custom_gpu_name3 = "" |
| 252 | + |
| 253 | +#* Custom gpu4 model name, empty string to disable. |
| 254 | +custom_gpu_name4 = "" |
| 255 | + |
| 256 | +#* Custom gpu5 model name, empty string to disable. |
| 257 | +custom_gpu_name5 = "" |
0 commit comments