Select the types of activity you want to include in your feed.
Personal dotfiles for Linux, mostly for Nixpkgs/NixOS-based and Termux setups. Mirrored using GitLab's push mirroring feature.
gitlab.com/andreijiroh-dev/dotfiles
···11+#? Config file for btop v. 1.3.2
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"
55+color_theme = "Default"
66+77+#* If the theme set background should be shown, set to False if you want terminal background transparency.
88+theme_background = True
99+1010+#* Sets if 24-bit truecolor should be used, will convert 24-bit colors to 256 color (6x6x6 color cube) if false.
1111+truecolor = True
1212+1313+#* 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
1616+1717+#* 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.
1919+#* Use whitespace " " as separator between different presets.
2020+#* Example: "cpu:0:default,mem:0:tty,proc:1:default cpu:0:braille,proc:0:tty"
2121+presets = "cpu:1:default,proc:0:default cpu:0:default,mem:0:default,net:0:default cpu:0:block,net:0:tty"
2222+2323+#* 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 = False
2626+2727+#* Rounded corners on boxes, is ignored if TTY mode is ON.
2828+rounded_corners = True
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.
3232+#* "block" has half the resolution of braille but uses more common characters.
3333+#* "tty" uses only 3 different symbols but will work with most fonts and should work in a real TTY.
3434+#* Note that "tty" only has half the horizontal resolution of the other two, so will show a shorter historical view.
3535+graph_symbol = "braille"
3636+3737+# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty".
3838+graph_symbol_cpu = "default"
3939+4040+# Graph symbol to use for graphs in gpu box, "default", "braille", "block" or "tty".
4141+graph_symbol_gpu = "default"
4242+4343+# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty".
4444+graph_symbol_mem = "default"
4545+4646+# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty".
4747+graph_symbol_net = "default"
4848+4949+# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty".
5050+graph_symbol_proc = "default"
5151+5252+#* Manually set which boxes to show. Available values are "cpu mem net proc" and "gpu0" through "gpu5", separate values with whitespace.
5353+shown_boxes = "cpu mem net proc"
5454+5555+#* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs.
5656+update_ms = 200
5757+5858+#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
5959+#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
6060+proc_sorting = "cpu lazy"
6161+6262+#* Reverse sorting order, True or False.
6363+proc_reversed = False
6464+6565+#* Show processes as a tree.
6666+proc_tree = True
6767+6868+#* Use the cpu graph colors in the process list.
6969+proc_colors = True
7070+7171+#* Use a darkening gradient in the process list.
7272+proc_gradient = True
7373+7474+#* 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
7676+7777+#* Show process memory as bytes instead of percent.
7878+proc_mem_bytes = True
7979+8080+#* Show cpu graph for each process.
8181+proc_cpu_graphs = True
8282+8383+#* Use /proc/[pid]/smaps for memory information in the process info box (very slow but more accurate)
8484+proc_info_smaps = False
8585+8686+#* Show proc box on left side of screen instead of right.
8787+proc_left = False
8888+8989+#* (Linux) Filter processes tied to the Linux kernel(similar behavior to htop).
9090+proc_filter_kernel = False
9191+9292+#* In tree-view, always accumulate child process resources in the parent process.
9393+proc_aggregate = False
9494+9595+#* Sets the CPU stat shown in upper half of the CPU graph, "total" is always available.
9696+#* Select from a list of detected attributes from the options menu.
9797+cpu_graph_upper = "Auto"
9898+9999+#* Sets the CPU stat shown in lower half of the CPU graph, "total" is always available.
100100+#* Select from a list of detected attributes from the options menu.
101101+cpu_graph_lower = "Auto"
102102+103103+#* If gpu info should be shown in the cpu box. Available values = "Auto", "On" and "Off".
104104+show_gpu_info = "Auto"
105105+106106+#* Toggles if the lower CPU graph should be inverted.
107107+cpu_invert_lower = True
108108+109109+#* Set to True to completely disable the lower CPU graph.
110110+cpu_single_graph = False
111111+112112+#* Show cpu box at bottom of screen instead of top.
113113+cpu_bottom = False
114114+115115+#* Shows the system uptime in the CPU box.
116116+show_uptime = True
117117+118118+#* Show cpu temperature.
119119+check_temp = True
120120+121121+#* Which sensor to use for cpu temperature, use options menu to select from list of available sensors.
122122+cpu_sensor = "Auto"
123123+124124+#* Show temperatures for cpu cores also if check_temp is True and sensors has been found.
125125+show_coretemp = True
126126+127127+#* Set a custom mapping between core and coretemp, can be needed on certain cpus to get correct temperature for correct core.
128128+#* Use lm-sensors or similar to see which cores are reporting temperatures on your machine.
129129+#* Format "x:y" x=core with wrong temp, y=core with correct temp, use space as separator between multiple entries.
130130+#* Example: "4:0 5:1 6:3"
131131+cpu_core_map = ""
132132+133133+#* Which temperature scale to use, available values: "celsius", "fahrenheit", "kelvin" and "rankine".
134134+temp_scale = "celsius"
135135+136136+#* Use base 10 for bits/bytes sizes, KB = 1000 instead of KiB = 1024.
137137+base_10_sizes = False
138138+139139+#* Show CPU frequency.
140140+show_cpu_freq = True
141141+142142+#* Draw a clock at top of screen, formatting according to strftime, empty string to disable.
143143+#* Special formatting: /host = hostname | /user = username | /uptime = system uptime
144144+clock_format = "%X"
145145+146146+#* Update main ui in background when menus are showing, set this to false if the menus is flickering too much for comfort.
147147+background_update = True
148148+149149+#* Custom cpu model name, empty string to disable.
150150+custom_cpu_name = ""
151151+152152+#* Optional filter for shown disks, should be full path of a mountpoint, separate multiple values with whitespace " ".
153153+#* Begin line with "exclude=" to change to exclude filter, otherwise defaults to "most include" filter. Example: disks_filter="exclude=/boot /home/user".
154154+disks_filter = ""
155155+156156+#* Show graphs instead of meters for memory values.
157157+mem_graphs = True
158158+159159+#* Show mem box below net box instead of above.
160160+mem_below_net = False
161161+162162+#* Count ZFS ARC in cached and available memory.
163163+zfs_arc_cached = True
164164+165165+#* If swap memory should be shown in memory box.
166166+show_swap = True
167167+168168+#* Show swap as a disk, ignores show_swap value above, inserts itself after first disk.
169169+swap_disk = True
170170+171171+#* If mem box should be split to also show disks info.
172172+show_disks = True
173173+174174+#* Filter out non physical disks. Set this to False to include network disks, RAM disks and similar.
175175+only_physical = True
176176+177177+#* Read disks list from /etc/fstab. This also disables only_physical.
178178+use_fstab = True
179179+180180+#* Setting this to True will hide all datasets, and only show ZFS pools. (IO stats will be calculated per-pool)
181181+zfs_hide_datasets = False
182182+183183+#* Set to true to show available disk space for privileged users.
184184+disk_free_priv = False
185185+186186+#* Toggles if io activity % (disk busy time) should be shown in regular disk usage view.
187187+show_io_stat = True
188188+189189+#* Toggles io mode for disks, showing big graphs for disk read/write speeds.
190190+io_mode = False
191191+192192+#* Set to True to show combined read/write io graphs in io mode.
193193+io_graph_combined = False
194194+195195+#* Set the top speed for the io graphs in MiB/s (100 by default), use format "mountpoint:speed" separate disks with whitespace " ".
196196+#* Example: "/mnt/media:100 /:20 /boot:1".
197197+io_graph_speeds = ""
198198+199199+#* Set fixed values for network graphs in Mebibits. Is only used if net_auto is also set to False.
200200+net_download = 100
201201+202202+net_upload = 100
203203+204204+#* Use network graphs auto rescaling mode, ignores any values set above and rescales down to 10 Kibibytes at the lowest.
205205+net_auto = True
206206+207207+#* Sync the auto scaling for download and upload to whichever currently has the highest scale.
208208+net_sync = False
209209+210210+#* Starts with the Network Interface specified here.
211211+net_iface = ""
212212+213213+#* Show battery stats in top right if battery is present.
214214+show_battery = True
215215+216216+#* Which battery to use if multiple are present. "Auto" for auto detection.
217217+selected_battery = "Auto"
218218+219219+#* Show power stats of battery next to charge indicator.
220220+show_battery_watts = True
221221+222222+#* Set loglevel for "~/.config/btop/btop.log" levels are: "ERROR" "WARNING" "INFO" "DEBUG".
223223+#* The level set includes all lower levels, i.e. "DEBUG" will show all logging info.
224224+log_level = "WARNING"
225225+226226+#* Measure PCIe throughput on NVIDIA cards, may impact performance on certain cards.
227227+nvml_measure_pcie_speeds = True
228228+229229+#* Horizontally mirror the GPU graph.
230230+gpu_mirror_graph = True
231231+232232+#* Custom gpu0 model name, empty string to disable.
233233+custom_gpu_name0 = ""
234234+235235+#* Custom gpu1 model name, empty string to disable.
236236+custom_gpu_name1 = ""
237237+238238+#* Custom gpu2 model name, empty string to disable.
239239+custom_gpu_name2 = ""
240240+241241+#* Custom gpu3 model name, empty string to disable.
242242+custom_gpu_name3 = ""
243243+244244+#* Custom gpu4 model name, empty string to disable.
245245+custom_gpu_name4 = ""
246246+247247+#* Custom gpu5 model name, empty string to disable.
248248+custom_gpu_name5 = ""