btop.conf 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. #? Config file for btop v. 1.2.13
  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 = "/usr/share/btop/themes/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 cpu box, "default", "braille", "block" or "tty".
  31. graph_symbol_mem = "default"
  32. # Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty".
  33. graph_symbol_net = "default"
  34. # Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty".
  35. graph_symbol_proc = "default"
  36. #* Manually set which boxes to show. Available values are "cpu mem net proc", separate values with whitespace.
  37. shown_boxes = "cpu mem net proc"
  38. #* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs.
  39. update_ms = 2000
  40. #* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
  41. #* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
  42. proc_sorting = "cpu lazy"
  43. #* Reverse sorting order, True or False.
  44. proc_reversed = False
  45. #* Show processes as a tree.
  46. proc_tree = False
  47. #* Use the cpu graph colors in the process list.
  48. proc_colors = True
  49. #* Use a darkening gradient in the process list.
  50. proc_gradient = True
  51. #* If process cpu usage should be of the core it's running on or usage of the total available cpu power.
  52. proc_per_core = False
  53. #* Show process memory as bytes instead of percent.
  54. proc_mem_bytes = True
  55. #* Show cpu graph for each process.
  56. proc_cpu_graphs = True
  57. #* Use /proc/[pid]/smaps for memory information in the process info box (very slow but more accurate)
  58. proc_info_smaps = False
  59. #* Show proc box on left side of screen instead of right.
  60. proc_left = False
  61. #* (Linux) Filter processes tied to the Linux kernel(similar behavior to htop).
  62. proc_filter_kernel = False
  63. #* Sets the CPU stat shown in upper half of the CPU graph, "total" is always available.
  64. #* Select from a list of detected attributes from the options menu.
  65. cpu_graph_upper = "total"
  66. #* Sets the CPU stat shown in lower half of the CPU graph, "total" is always available.
  67. #* Select from a list of detected attributes from the options menu.
  68. cpu_graph_lower = "total"
  69. #* Toggles if the lower CPU graph should be inverted.
  70. cpu_invert_lower = True
  71. #* Set to True to completely disable the lower CPU graph.
  72. cpu_single_graph = True
  73. #* Show cpu box at bottom of screen instead of top.
  74. cpu_bottom = False
  75. #* Shows the system uptime in the CPU box.
  76. show_uptime = True
  77. #* Show cpu temperature.
  78. check_temp = True
  79. #* Which sensor to use for cpu temperature, use options menu to select from list of available sensors.
  80. cpu_sensor = "Auto"
  81. #* Show temperatures for cpu cores also if check_temp is True and sensors has been found.
  82. show_coretemp = True
  83. #* Set a custom mapping between core and coretemp, can be needed on certain cpus to get correct temperature for correct core.
  84. #* Use lm-sensors or similar to see which cores are reporting temperatures on your machine.
  85. #* Format "x:y" x=core with wrong temp, y=core with correct temp, use space as separator between multiple entries.
  86. #* Example: "4:0 5:1 6:3"
  87. cpu_core_map = ""
  88. #* Which temperature scale to use, available values: "celsius", "fahrenheit", "kelvin" and "rankine".
  89. temp_scale = "celsius"
  90. #* Use base 10 for bits/bytes sizes, KB = 1000 instead of KiB = 1024.
  91. base_10_sizes = False
  92. #* Show CPU frequency.
  93. show_cpu_freq = True
  94. #* Draw a clock at top of screen, formatting according to strftime, empty string to disable.
  95. #* Special formatting: /host = hostname | /user = username | /uptime = system uptime
  96. clock_format = "%X"
  97. #* Update main ui in background when menus are showing, set this to false if the menus is flickering too much for comfort.
  98. background_update = True
  99. #* Custom cpu model name, empty string to disable.
  100. custom_cpu_name = ""
  101. #* Optional filter for shown disks, should be full path of a mountpoint, separate multiple values with whitespace " ".
  102. #* Begin line with "exclude=" to change to exclude filter, otherwise defaults to "most include" filter. Example: disks_filter="exclude=/boot /home/user".
  103. disks_filter = ""
  104. #* Show graphs instead of meters for memory values.
  105. mem_graphs = True
  106. #* Show mem box below net box instead of above.
  107. mem_below_net = False
  108. #* Count ZFS ARC in cached and available memory.
  109. zfs_arc_cached = True
  110. #* If swap memory should be shown in memory box.
  111. show_swap = True
  112. #* Show swap as a disk, ignores show_swap value above, inserts itself after first disk.
  113. swap_disk = True
  114. #* If mem box should be split to also show disks info.
  115. show_disks = True
  116. #* Filter out non physical disks. Set this to False to include network disks, RAM disks and similar.
  117. only_physical = True
  118. #* Read disks list from /etc/fstab. This also disables only_physical.
  119. use_fstab = True
  120. #* Setting this to True will hide all datasets, and only show ZFS pools. (IO stats will be calculated per-pool)
  121. zfs_hide_datasets = False
  122. #* Set to true to show available disk space for privileged users.
  123. disk_free_priv = False
  124. #* Toggles if io activity % (disk busy time) should be shown in regular disk usage view.
  125. show_io_stat = True
  126. #* Toggles io mode for disks, showing big graphs for disk read/write speeds.
  127. io_mode = True
  128. #* Set to True to show combined read/write io graphs in io mode.
  129. io_graph_combined = False
  130. #* Set the top speed for the io graphs in MiB/s (100 by default), use format "mountpoint:speed" separate disks with whitespace " ".
  131. #* Example: "/mnt/media:100 /:20 /boot:1".
  132. io_graph_speeds = ""
  133. #* Set fixed values for network graphs in Mebibits. Is only used if net_auto is also set to False.
  134. net_download = 100
  135. net_upload = 100
  136. #* Use network graphs auto rescaling mode, ignores any values set above and rescales down to 10 Kibibytes at the lowest.
  137. net_auto = True
  138. #* Sync the auto scaling for download and upload to whichever currently has the highest scale.
  139. net_sync = True
  140. #* Starts with the Network Interface specified here.
  141. net_iface = ""
  142. #* Show battery stats in top right if battery is present.
  143. show_battery = True
  144. #* Which battery to use if multiple are present. "Auto" for auto detection.
  145. selected_battery = "Auto"
  146. #* Set loglevel for "~/.config/btop/btop.log" levels are: "ERROR" "WARNING" "INFO" "DEBUG".
  147. #* The level set includes all lower levels, i.e. "DEBUG" will show all logging info.
  148. log_level = "WARNING"