You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

199 lines
7.7 KiB

  1. #? Config file for btop v. 1.2.5
  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 = "solarized_dark"
  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 withespace " " 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 = "memory"
  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 = True
  53. #* Show process memory as bytes instead of percent.
  54. proc_mem_bytes = True
  55. #* Use /proc/[pid]/smaps for memory information in the process info box (very slow but more accurate)
  56. proc_info_smaps = False
  57. #* Show proc box on left side of screen instead of right.
  58. proc_left = False
  59. #* Sets the CPU stat shown in upper half of the CPU graph, "total" is always available.
  60. #* Select from a list of detected attributes from the options menu.
  61. cpu_graph_upper = "total"
  62. #* Sets the CPU stat shown in lower half of the CPU graph, "total" is always available.
  63. #* Select from a list of detected attributes from the options menu.
  64. cpu_graph_lower = "total"
  65. #* Toggles if the lower CPU graph should be inverted.
  66. cpu_invert_lower = True
  67. #* Set to True to completely disable the lower CPU graph.
  68. cpu_single_graph = False
  69. #* Show cpu box at bottom of screen instead of top.
  70. cpu_bottom = False
  71. #* Shows the system uptime in the CPU box.
  72. show_uptime = True
  73. #* Show cpu temperature.
  74. check_temp = True
  75. #* Which sensor to use for cpu temperature, use options menu to select from list of available sensors.
  76. cpu_sensor = "Auto"
  77. #* Show temperatures for cpu cores also if check_temp is True and sensors has been found.
  78. show_coretemp = True
  79. #* Set a custom mapping between core and coretemp, can be needed on certain cpus to get correct temperature for correct core.
  80. #* Use lm-sensors or similar to see which cores are reporting temperatures on your machine.
  81. #* Format "x:y" x=core with wrong temp, y=core with correct temp, use space as separator between multiple entries.
  82. #* Example: "4:0 5:1 6:3"
  83. cpu_core_map = ""
  84. #* Which temperature scale to use, available values: "celsius", "fahrenheit", "kelvin" and "rankine".
  85. temp_scale = "celsius"
  86. #* Use base 10 for bits/bytes sizes, KB = 1000 instead of KiB = 1024.
  87. base_10_sizes = False
  88. #* Show CPU frequency.
  89. show_cpu_freq = True
  90. #* Draw a clock at top of screen, formatting according to strftime, empty string to disable.
  91. #* Special formatting: /host = hostname | /user = username | /uptime = system uptime
  92. clock_format = "%X"
  93. #* Update main ui in background when menus are showing, set this to false if the menus is flickering too much for comfort.
  94. background_update = True
  95. #* Custom cpu model name, empty string to disable.
  96. custom_cpu_name = ""
  97. #* Optional filter for shown disks, should be full path of a mountpoint, separate multiple values with whitespace " ".
  98. #* Begin line with "exclude=" to change to exclude filter, otherwise defaults to "most include" filter. Example: disks_filter="exclude=/boot /home/user".
  99. disks_filter = ""
  100. #* Show graphs instead of meters for memory values.
  101. mem_graphs = True
  102. #* Show mem box below net box instead of above.
  103. mem_below_net = False
  104. #* If swap memory should be shown in memory box.
  105. show_swap = True
  106. #* Show swap as a disk, ignores show_swap value above, inserts itself after first disk.
  107. swap_disk = True
  108. #* If mem box should be split to also show disks info.
  109. show_disks = True
  110. #* Filter out non physical disks. Set this to False to include network disks, RAM disks and similar.
  111. only_physical = True
  112. #* Read disks list from /etc/fstab. This also disables only_physical.
  113. use_fstab = True
  114. #* Set to true to show available disk space for privileged users.
  115. disk_free_priv = False
  116. #* Toggles if io activity % (disk busy time) should be shown in regular disk usage view.
  117. show_io_stat = True
  118. #* Toggles io mode for disks, showing big graphs for disk read/write speeds.
  119. io_mode = False
  120. #* Set to True to show combined read/write io graphs in io mode.
  121. io_graph_combined = False
  122. #* Set the top speed for the io graphs in MiB/s (100 by default), use format "mountpoint:speed" separate disks with whitespace " ".
  123. #* Example: "/mnt/media:100 /:20 /boot:1".
  124. io_graph_speeds = ""
  125. #* Set fixed values for network graphs in Mebibits. Is only used if net_auto is also set to False.
  126. net_download = 100
  127. net_upload = 100
  128. #* Use network graphs auto rescaling mode, ignores any values set above and rescales down to 10 Kibibytes at the lowest.
  129. net_auto = True
  130. #* Sync the auto scaling for download and upload to whichever currently has the highest scale.
  131. net_sync = False
  132. #* Starts with the Network Interface specified here.
  133. net_iface = ""
  134. #* Show battery stats in top right if battery is present.
  135. show_battery = True
  136. #* Which battery to use if multiple are present. "Auto" for auto detection.
  137. selected_battery = "Auto"
  138. #* Set loglevel for "~/.config/btop/btop.log" levels are: "ERROR" "WARNING" "INFO" "DEBUG".
  139. #* The level set includes all lower levels, i.e. "DEBUG" will show all logging info.
  140. log_level = "WARNING"