···11-#? Config file for btop v.1.4.6
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 = "catppuccin_mocha"
66-77-#* If the theme set background should be shown, set to False if you want terminal background transparency.
88-theme_background = false
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 = true
2626-2727-#* Rounded corners on boxes, is ignored if TTY mode is ON.
2828-rounded_corners = true
2929-3030-#* Use terminal synchronized output sequences to reduce flickering on supported terminals.
3131-terminal_sync = true
3232-3333-#* Default symbols to use for graph creation, "braille", "block" or "tty".
3434-#* "braille" offers the highest resolution but might not be included in all fonts.
3535-#* "block" has half the resolution of braille but uses more common characters.
3636-#* "tty" uses only 3 different symbols but will work with most fonts and should work in a real TTY.
3737-#* Note that "tty" only has half the horizontal resolution of the other two, so will show a shorter historical view.
3838-graph_symbol = "braille"
3939-4040-# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty".
4141-graph_symbol_cpu = "default"
4242-4343-# Graph symbol to use for graphs in gpu box, "default", "braille", "block" or "tty".
4444-graph_symbol_gpu = "default"
4545-4646-# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty".
4747-graph_symbol_mem = "default"
4848-4949-# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty".
5050-graph_symbol_net = "default"
5151-5252-# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty".
5353-graph_symbol_proc = "default"
5454-5555-#* Manually set which boxes to show. Available values are "cpu mem net proc" and "gpu0" through "gpu5", separate values with whitespace.
5656-shown_boxes = "cpu mem net proc"
5757-5858-#* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs.
5959-update_ms = 500
6060-6161-#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
6262-#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
6363-proc_sorting = "name"
6464-6565-#* Reverse sorting order, True or False.
6666-proc_reversed = false
6767-6868-#* Show processes as a tree.
6969-proc_tree = false
7070-7171-#* Use the cpu graph colors in the process list.
7272-proc_colors = true
7373-7474-#* Use a darkening gradient in the process list.
7575-proc_gradient = true
7676-7777-#* If process cpu usage should be of the core it's running on or usage of the total available cpu power.
7878-proc_per_core = false
7979-8080-#* Show process memory as bytes instead of percent.
8181-proc_mem_bytes = true
8282-8383-#* Show cpu graph for each process.
8484-proc_cpu_graphs = true
8585-8686-#* Use /proc/[pid]/smaps for memory information in the process info box (very slow but more accurate)
8787-proc_info_smaps = false
8888-8989-#* Show proc box on left side of screen instead of right.
9090-proc_left = false
9191-9292-#* (Linux) Filter processes tied to the Linux kernel(similar behavior to htop).
9393-proc_filter_kernel = false
9494-9595-#* In tree-view, always accumulate child process resources in the parent process.
9696-proc_aggregate = false
9797-9898-#* Should cpu and memory usage display be preserved for dead processes when paused.
9999-keep_dead_proc_usage = false
100100-101101-#* Sets the CPU stat shown in upper half of the CPU graph, "total" is always available.
102102-#* Select from a list of detected attributes from the options menu.
103103-cpu_graph_upper = "Auto"
104104-105105-#* Sets the CPU stat shown in lower half of the CPU graph, "total" is always available.
106106-#* Select from a list of detected attributes from the options menu.
107107-cpu_graph_lower = "Auto"
108108-109109-#* If gpu info should be shown in the cpu box. Available values = "Auto", "On" and "Off".
110110-show_gpu_info = "Auto"
111111-112112-#* Toggles if the lower CPU graph should be inverted.
113113-cpu_invert_lower = true
114114-115115-#* Set to True to completely disable the lower CPU graph.
116116-cpu_single_graph = false
117117-118118-#* Show cpu box at bottom of screen instead of top.
119119-cpu_bottom = false
120120-121121-#* Shows the system uptime in the CPU box.
122122-show_uptime = true
123123-124124-#* Shows the CPU package current power consumption in watts. Requires running `make setcap` or `make setuid` or running with sudo.
125125-show_cpu_watts = true
126126-127127-#* Show cpu temperature.
128128-check_temp = true
129129-130130-#* Which sensor to use for cpu temperature, use options menu to select from list of available sensors.
131131-cpu_sensor = "Auto"
132132-133133-#* Show temperatures for cpu cores also if check_temp is True and sensors has been found.
134134-show_coretemp = true
135135-136136-#* Set a custom mapping between core and coretemp, can be needed on certain cpus to get correct temperature for correct core.
137137-#* Use lm-sensors or similar to see which cores are reporting temperatures on your machine.
138138-#* Format "x:y" x=core with wrong temp, y=core with correct temp, use space as separator between multiple entries.
139139-#* Example: "4:0 5:1 6:3"
140140-cpu_core_map = ""
141141-142142-#* Which temperature scale to use, available values: "celsius", "fahrenheit", "kelvin" and "rankine".
143143-temp_scale = "celsius"
144144-145145-#* Use base 10 for bits/bytes sizes, KB = 1000 instead of KiB = 1024.
146146-base_10_sizes = false
147147-148148-#* Show CPU frequency.
149149-show_cpu_freq = true
150150-151151-#* How to calculate CPU frequency, available values: "first", "range", "lowest", "highest" and "average".
152152-freq_mode = "first"
153153-154154-#* Draw a clock at top of screen, formatting according to strftime, empty string to disable.
155155-#* Special formatting: /host = hostname | /user = username | /uptime = system uptime
156156-clock_format = "%X"
157157-158158-#* Update main ui in background when menus are showing, set this to false if the menus is flickering too much for comfort.
159159-background_update = true
160160-161161-#* Custom cpu model name, empty string to disable.
162162-custom_cpu_name = ""
163163-164164-#* Optional filter for shown disks, should be full path of a mountpoint, separate multiple values with whitespace " ".
165165-#* Only disks matching the filter will be shown. Prepend exclude= to only show disks not matching the filter. Examples: disk_filter="/boot /home/user", disks_filter="exclude=/boot /home/user"
166166-disks_filter = ""
167167-168168-#* Show graphs instead of meters for memory values.
169169-mem_graphs = true
170170-171171-#* Show mem box below net box instead of above.
172172-mem_below_net = false
173173-174174-#* Count ZFS ARC in cached and available memory.
175175-zfs_arc_cached = true
176176-177177-#* If swap memory should be shown in memory box.
178178-show_swap = true
179179-180180-#* Show swap as a disk, ignores show_swap value above, inserts itself after first disk.
181181-swap_disk = true
182182-183183-#* If mem box should be split to also show disks info.
184184-show_disks = true
185185-186186-#* Filter out non physical disks. Set this to False to include network disks, RAM disks and similar.
187187-only_physical = true
188188-189189-#* Read disks list from /etc/fstab. This also disables only_physical.
190190-use_fstab = true
191191-192192-#* Setting this to True will hide all datasets, and only show ZFS pools. (IO stats will be calculated per-pool)
193193-zfs_hide_datasets = false
194194-195195-#* Set to true to show available disk space for privileged users.
196196-disk_free_priv = false
197197-198198-#* Toggles if io activity % (disk busy time) should be shown in regular disk usage view.
199199-show_io_stat = true
200200-201201-#* Toggles io mode for disks, showing big graphs for disk read/write speeds.
202202-io_mode = false
203203-204204-#* Set to True to show combined read/write io graphs in io mode.
205205-io_graph_combined = false
206206-207207-#* Set the top speed for the io graphs in MiB/s (100 by default), use format "mountpoint:speed" separate disks with whitespace " ".
208208-#* Example: "/mnt/media:100 /:20 /boot:1".
209209-io_graph_speeds = ""
210210-211211-#* Set fixed values for network graphs in Mebibits. Is only used if net_auto is also set to False.
212212-net_download = 100
213213-214214-net_upload = 100
215215-216216-#* Use network graphs auto rescaling mode, ignores any values set above and rescales down to 10 Kibibytes at the lowest.
217217-net_auto = true
218218-219219-#* Sync the auto scaling for download and upload to whichever currently has the highest scale.
220220-net_sync = true
221221-222222-#* Starts with the Network Interface specified here.
223223-net_iface = ""
224224-225225-#* "True" shows bitrates in base 10 (Kbps, Mbps). "False" shows bitrates in binary sizes (Kibps, Mibps, etc.). "Auto" uses base_10_sizes.
226226-base_10_bitrate = "Auto"
227227-228228-#* Show battery stats in top right if battery is present.
229229-show_battery = true
230230-231231-#* Which battery to use if multiple are present. "Auto" for auto detection.
232232-selected_battery = "Auto"
233233-234234-#* Show power stats of battery next to charge indicator.
235235-show_battery_watts = true
236236-237237-#* Set loglevel for "~/.local/state/btop.log" levels are: "ERROR" "WARNING" "INFO" "DEBUG".
238238-#* The level set includes all lower levels, i.e. "DEBUG" will show all logging info.
239239-log_level = "WARNING"
240240-241241-#* Automatically save current settings to config file on exit.
242242-save_config_on_exit = true
243243-244244-#* Measure PCIe throughput on NVIDIA cards, may impact performance on certain cards.
245245-nvml_measure_pcie_speeds = true
246246-247247-#* Measure PCIe throughput on AMD cards, may impact performance on certain cards.
248248-rsmi_measure_pcie_speeds = true
249249-250250-#* Horizontally mirror the GPU graph.
251251-gpu_mirror_graph = true
252252-253253-#* Set which GPU vendors to show. Available values are "nvidia amd intel"
254254-shown_gpus = "nvidia amd intel"
255255-256256-#* Custom gpu0 model name, empty string to disable.
257257-custom_gpu_name0 = ""
258258-259259-#* Custom gpu1 model name, empty string to disable.
260260-custom_gpu_name1 = ""
261261-262262-#* Custom gpu2 model name, empty string to disable.
263263-custom_gpu_name2 = ""
264264-265265-#* Custom gpu3 model name, empty string to disable.
266266-custom_gpu_name3 = ""
267267-268268-#* Custom gpu4 model name, empty string to disable.
269269-custom_gpu_name4 = ""
270270-271271-#* Custom gpu5 model name, empty string to disable.
272272-custom_gpu_name5 = ""
-83
.config/btop/themes/catppuccin_mocha.theme
···11-# Main background, empty for terminal default, need to be empty if you want transparent background
22-theme[main_bg]="#1e1e2e"
33-44-# Main text color
55-theme[main_fg]="#cdd6f4"
66-77-# Title color for boxes
88-theme[title]="#cdd6f4"
99-1010-# Highlight color for keyboard shortcuts
1111-theme[hi_fg]="#89b4fa"
1212-1313-# Background color of selected item in processes box
1414-theme[selected_bg]="#45475a"
1515-1616-# Foreground color of selected item in processes box
1717-theme[selected_fg]="#89b4fa"
1818-1919-# Color of inactive/disabled text
2020-theme[inactive_fg]="#7f849c"
2121-2222-# Color of text appearing on top of graphs, i.e uptime and current network graph scaling
2323-theme[graph_text]="#f5e0dc"
2424-2525-# Background color of the percentage meters
2626-theme[meter_bg]="#45475a"
2727-2828-# Misc colors for processes box including mini cpu graphs, details memory graph and details status text
2929-theme[proc_misc]="#f5e0dc"
3030-3131-# CPU, Memory, Network, Proc box outline colors
3232-theme[cpu_box]="#cba6f7" #Mauve
3333-theme[mem_box]="#a6e3a1" #Green
3434-theme[net_box]="#eba0ac" #Maroon
3535-theme[proc_box]="#89b4fa" #Blue
3636-3737-# Box divider line and small boxes line color
3838-theme[div_line]="#6c7086"
3939-4040-# Temperature graph color (Green -> Yellow -> Red)
4141-theme[temp_start]="#a6e3a1"
4242-theme[temp_mid]="#f9e2af"
4343-theme[temp_end]="#f38ba8"
4444-4545-# CPU graph colors (Teal -> Lavender)
4646-theme[cpu_start]="#94e2d5"
4747-theme[cpu_mid]="#74c7ec"
4848-theme[cpu_end]="#b4befe"
4949-5050-# Mem/Disk free meter (Mauve -> Lavender -> Blue)
5151-theme[free_start]="#cba6f7"
5252-theme[free_mid]="#b4befe"
5353-theme[free_end]="#89b4fa"
5454-5555-# Mem/Disk cached meter (Sapphire -> Lavender)
5656-theme[cached_start]="#74c7ec"
5757-theme[cached_mid]="#89b4fa"
5858-theme[cached_end]="#b4befe"
5959-6060-# Mem/Disk available meter (Peach -> Red)
6161-theme[available_start]="#fab387"
6262-theme[available_mid]="#eba0ac"
6363-theme[available_end]="#f38ba8"
6464-6565-# Mem/Disk used meter (Green -> Sky)
6666-theme[used_start]="#a6e3a1"
6767-theme[used_mid]="#94e2d5"
6868-theme[used_end]="#89dceb"
6969-7070-# Download graph colors (Peach -> Red)
7171-theme[download_start]="#fab387"
7272-theme[download_mid]="#eba0ac"
7373-theme[download_end]="#f38ba8"
7474-7575-# Upload graph colors (Green -> Sky)
7676-theme[upload_start]="#a6e3a1"
7777-theme[upload_mid]="#94e2d5"
7878-theme[upload_end]="#89dceb"
7979-8080-# Process box color gradient for threads, mem and cpu usage (Sapphire -> Mauve)
8181-theme[process_start]="#74c7ec"
8282-theme[process_mid]="#b4befe"
8383-theme[process_end]="#cba6f7"