···11-#? Config file for btop v. 1.4.5
11+#? Config file for btop v.1.4.6
2233#* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes.
44#* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes"
55color_theme = "current"
6677#* If the theme set background should be shown, set to False if you want terminal background transparency.
88-theme_background = True
88+theme_background = true
991010#* Sets if 24-bit truecolor should be used, will convert 24-bit colors to 256 color (6x6x6 color cube) if false.
1111-truecolor = True
1111+truecolor = true
12121313#* Set to true to force tty mode regardless if a real tty has been detected or not.
1414#* Will force 16-color mode and TTY theme, set all graph symbols to "tty" and swap out other non tty friendly symbols.
1515-force_tty = False
1515+force_tty = false
16161717#* Define presets for the layout of the boxes. Preset 0 is always all boxes shown with default settings. Max 9 presets.
1818#* Format: "box_name:P:G,box_name:P:G" P=(0 or 1) for alternate positions, G=graph symbol to use for box.
···22222323#* Set to True to enable "h,j,k,l,g,G" keys for directional control in lists.
2424#* Conflicting keys for h:"help" and k:"kill" is accessible while holding shift.
2525-vim_keys = True
2525+vim_keys = true
26262727#* Rounded corners on boxes, is ignored if TTY mode is ON.
2828-rounded_corners = True
2828+rounded_corners = true
2929+3030+#* Use terminal synchronized output sequences to reduce flickering on supported terminals.
3131+terminal_sync = true
29323033#* Default symbols to use for graph creation, "braille", "block" or "tty".
3134#* "braille" offers the highest resolution but might not be included in all fonts.
···6063proc_sorting = "cpu direct"
61646265#* Reverse sorting order, True or False.
6363-proc_reversed = False
6666+proc_reversed = false
64676568#* Show processes as a tree.
6666-proc_tree = False
6969+proc_tree = false
67706871#* Use the cpu graph colors in the process list.
6969-proc_colors = True
7272+proc_colors = true
70737174#* Use a darkening gradient in the process list.
7272-proc_gradient = True
7575+proc_gradient = true
73767477#* If process cpu usage should be of the core it's running on or usage of the total available cpu power.
7575-proc_per_core = False
7878+proc_per_core = false
76797780#* Show process memory as bytes instead of percent.
7878-proc_mem_bytes = True
8181+proc_mem_bytes = true
79828083#* Show cpu graph for each process.
8181-proc_cpu_graphs = True
8484+proc_cpu_graphs = true
82858386#* Use /proc/[pid]/smaps for memory information in the process info box (very slow but more accurate)
8484-proc_info_smaps = False
8787+proc_info_smaps = false
85888689#* Show proc box on left side of screen instead of right.
8787-proc_left = False
9090+proc_left = false
88918992#* (Linux) Filter processes tied to the Linux kernel(similar behavior to htop).
9090-proc_filter_kernel = False
9393+proc_filter_kernel = false
91949295#* In tree-view, always accumulate child process resources in the parent process.
9393-proc_aggregate = False
9696+proc_aggregate = false
9797+9898+#* Should cpu and memory usage display be preserved for dead processes when paused.
9999+keep_dead_proc_usage = false
9410095101#* Sets the CPU stat shown in upper half of the CPU graph, "total" is always available.
96102#* Select from a list of detected attributes from the options menu.
···104110show_gpu_info = "Auto"
105111106112#* Toggles if the lower CPU graph should be inverted.
107107-cpu_invert_lower = True
113113+cpu_invert_lower = true
108114109115#* Set to True to completely disable the lower CPU graph.
110110-cpu_single_graph = False
116116+cpu_single_graph = false
111117112118#* Show cpu box at bottom of screen instead of top.
113113-cpu_bottom = False
119119+cpu_bottom = false
114120115121#* Shows the system uptime in the CPU box.
116116-show_uptime = True
122122+show_uptime = true
117123118124#* Shows the CPU package current power consumption in watts. Requires running `make setcap` or `make setuid` or running with sudo.
119119-show_cpu_watts = True
125125+show_cpu_watts = true
120126121127#* Show cpu temperature.
122122-check_temp = True
128128+check_temp = true
123129124130#* Which sensor to use for cpu temperature, use options menu to select from list of available sensors.
125131cpu_sensor = "Auto"
126132127133#* Show temperatures for cpu cores also if check_temp is True and sensors has been found.
128128-show_coretemp = True
134134+show_coretemp = true
129135130136#* Set a custom mapping between core and coretemp, can be needed on certain cpus to get correct temperature for correct core.
131137#* Use lm-sensors or similar to see which cores are reporting temperatures on your machine.
···137143temp_scale = "celsius"
138144139145#* Use base 10 for bits/bytes sizes, KB = 1000 instead of KiB = 1024.
140140-base_10_sizes = False
146146+base_10_sizes = false
141147142148#* Show CPU frequency.
143143-show_cpu_freq = True
149149+show_cpu_freq = true
150150+151151+#* How to calculate CPU frequency, available values: "first", "range", "lowest", "highest" and "average".
152152+freq_mode = "first"
144153145154#* Draw a clock at top of screen, formatting according to strftime, empty string to disable.
146155#* Special formatting: /host = hostname | /user = username | /uptime = system uptime
147156clock_format = "%X"
148157149158#* Update main ui in background when menus are showing, set this to false if the menus is flickering too much for comfort.
150150-background_update = True
159159+background_update = true
151160152161#* Custom cpu model name, empty string to disable.
153162custom_cpu_name = ""
···157166disks_filter = ""
158167159168#* Show graphs instead of meters for memory values.
160160-mem_graphs = True
169169+mem_graphs = true
161170162171#* Show mem box below net box instead of above.
163163-mem_below_net = False
172172+mem_below_net = false
164173165174#* Count ZFS ARC in cached and available memory.
166166-zfs_arc_cached = True
175175+zfs_arc_cached = true
167176168177#* If swap memory should be shown in memory box.
169169-show_swap = True
178178+show_swap = true
170179171180#* Show swap as a disk, ignores show_swap value above, inserts itself after first disk.
172172-swap_disk = True
181181+swap_disk = true
173182174183#* If mem box should be split to also show disks info.
175175-show_disks = True
184184+show_disks = true
176185177186#* Filter out non physical disks. Set this to False to include network disks, RAM disks and similar.
178178-only_physical = True
187187+only_physical = true
179188180189#* Read disks list from /etc/fstab. This also disables only_physical.
181181-use_fstab = True
190190+use_fstab = true
182191183192#* Setting this to True will hide all datasets, and only show ZFS pools. (IO stats will be calculated per-pool)
184184-zfs_hide_datasets = False
193193+zfs_hide_datasets = false
185194186195#* Set to true to show available disk space for privileged users.
187187-disk_free_priv = False
196196+disk_free_priv = false
188197189198#* Toggles if io activity % (disk busy time) should be shown in regular disk usage view.
190190-show_io_stat = True
199199+show_io_stat = true
191200192201#* Toggles io mode for disks, showing big graphs for disk read/write speeds.
193193-io_mode = False
202202+io_mode = false
194203195204#* Set to True to show combined read/write io graphs in io mode.
196196-io_graph_combined = False
205205+io_graph_combined = false
197206198207#* Set the top speed for the io graphs in MiB/s (100 by default), use format "mountpoint:speed" separate disks with whitespace " ".
199208#* Example: "/mnt/media:100 /:20 /boot:1".
···205214net_upload = 100
206215207216#* Use network graphs auto rescaling mode, ignores any values set above and rescales down to 10 Kibibytes at the lowest.
208208-net_auto = True
217217+net_auto = true
209218210219#* Sync the auto scaling for download and upload to whichever currently has the highest scale.
211211-net_sync = True
220220+net_sync = true
212221213222#* Starts with the Network Interface specified here.
214223net_iface = ""
···217226base_10_bitrate = "Auto"
218227219228#* Show battery stats in top right if battery is present.
220220-show_battery = True
229229+show_battery = true
221230222231#* Which battery to use if multiple are present. "Auto" for auto detection.
223232selected_battery = "Auto"
224233225234#* Show power stats of battery next to charge indicator.
226226-show_battery_watts = True
235235+show_battery_watts = true
227236228228-#* Set loglevel for "~/.config/btop/btop.log" levels are: "ERROR" "WARNING" "INFO" "DEBUG".
237237+#* Set loglevel for "~/.local/state/btop.log" levels are: "ERROR" "WARNING" "INFO" "DEBUG".
229238#* The level set includes all lower levels, i.e. "DEBUG" will show all logging info.
230239log_level = "WARNING"
240240+241241+#* Automatically save current settings to config file on exit.
242242+save_config_on_exit = true
231243232244#* Measure PCIe throughput on NVIDIA cards, may impact performance on certain cards.
233233-nvml_measure_pcie_speeds = True
245245+nvml_measure_pcie_speeds = true
234246235247#* Measure PCIe throughput on AMD cards, may impact performance on certain cards.
236236-rsmi_measure_pcie_speeds = True
248248+rsmi_measure_pcie_speeds = true
237249238250#* Horizontally mirror the GPU graph.
239239-gpu_mirror_graph = True
251251+gpu_mirror_graph = true
252252+253253+#* Set which GPU vendors to show. Available values are "nvidia amd intel"
254254+shown_gpus = "nvidia amd intel"
240255241256#* Custom gpu0 model name, empty string to disable.
242257custom_gpu_name0 = ""