btop.conf 9.0 KB

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