1- #? Config file for btop v. 1.2.13
1+ #? Config file for btop v. 1.3.0
22
33#* 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"
@@ -25,7 +25,7 @@ presets = "cpu:1:default,proc:0:default cpu:0:default,mem:0:default,net:0:defaul
2525vim_keys = False
2626
2727#* Rounded corners on boxes, is ignored if TTY mode is ON.
28- rounded_corners = True
28+ rounded_corners = False
2929
3030#* Default symbols to use for graph creation, "braille", "block" or "tty".
3131#* "braille" offers the highest resolution but might not be included in all fonts.
@@ -37,6 +37,9 @@ graph_symbol = "braille"
3737# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty".
3838graph_symbol_cpu = "default"
3939
40+ # Graph symbol to use for graphs in gpu box, "default", "braille", "block" or "tty".
41+ graph_symbol_gpu = "default"
42+
4043# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty".
4144graph_symbol_mem = "default"
4245
@@ -46,7 +49,7 @@ graph_symbol_net = "default"
4649# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty".
4750graph_symbol_proc = "default"
4851
49- #* Manually set which boxes to show. Available values are "cpu mem net proc", separate values with whitespace.
52+ #* Manually set which boxes to show. Available values are "cpu mem net proc" and "gpu0" through "gpu5" , separate values with whitespace.
5053shown_boxes = "cpu mem net proc"
5154
5255#* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs.
@@ -66,7 +69,7 @@ proc_tree = False
6669proc_colors = True
6770
6871#* Use a darkening gradient in the process list.
69- proc_gradient = True
72+ proc_gradient = False
7073
7174#* If process cpu usage should be of the core it's running on or usage of the total available cpu power.
7275proc_per_core = False
@@ -86,13 +89,19 @@ proc_left = False
8689#* (Linux) Filter processes tied to the Linux kernel(similar behavior to htop).
8790proc_filter_kernel = False
8891
92+ #* In tree-view, always accumulate child process resources in the parent process.
93+ proc_aggregate = False
94+
8995#* Sets the CPU stat shown in upper half of the CPU graph, "total" is always available.
9096#* Select from a list of detected attributes from the options menu.
91- cpu_graph_upper = "total "
97+ cpu_graph_upper = "Auto "
9298
9399#* Sets the CPU stat shown in lower half of the CPU graph, "total" is always available.
94100#* Select from a list of detected attributes from the options menu.
95- cpu_graph_lower = "total"
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"
96105
97106#* Toggles if the lower CPU graph should be inverted.
98107cpu_invert_lower = True
@@ -209,4 +218,29 @@ selected_battery = "Auto"
209218
210219#* Set loglevel for "~/.config/btop/btop.log" levels are: "ERROR" "WARNING" "INFO" "DEBUG".
211220#* The level set includes all lower levels, i.e. "DEBUG" will show all logging info.
212- log_level = "WARNING"
221+ log_level = "WARNING"
222+
223+ #* Measure PCIe throughput on NVIDIA cards, may impact performance on certain cards.
224+ nvml_measure_pcie_speeds = True
225+
226+ #* Horizontally mirror the GPU graph.
227+ gpu_mirror_graph = True
228+
229+ #* Custom gpu0 model name, empty string to disable.
230+ custom_gpu_name0 = ""
231+
232+ #* Custom gpu1 model name, empty string to disable.
233+ custom_gpu_name1 = ""
234+
235+ #* Custom gpu2 model name, empty string to disable.
236+ custom_gpu_name2 = ""
237+
238+ #* Custom gpu3 model name, empty string to disable.
239+ custom_gpu_name3 = ""
240+
241+ #* Custom gpu4 model name, empty string to disable.
242+ custom_gpu_name4 = ""
243+
244+ #* Custom gpu5 model name, empty string to disable.
245+ custom_gpu_name5 = ""
246+
0 commit comments