~kris/dots

srice

srice/.config/btop/btop.conf -rw-r--r-- 1.1 KiB
e98f3b03 — Kris Yotam chore: sync local state after restore (push updates, no pull) a month ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# btop configuration
# Transparent background - inherits terminal colors from pywal/xresources

# Color theme (uses custom pywal theme)
color_theme = "pywal"

# TRANSPARENT BACKGROUND - key setting for pywal integration
theme_background = False

# UI settings
vim_keys = True
rounded_corners = True
graph_symbol = "braille"
shown_boxes = "cpu mem net proc"

# Update times
update_ms = 1000
proc_update_mult = 2

# Process settings
proc_sorting = "cpu lazy"
proc_reversed = False
proc_tree = False
proc_gradient = True
proc_per_core = True
proc_mem_bytes = True
proc_filter_kernel = False

# CPU settings
cpu_graph_upper = "total"
cpu_graph_lower = "total"
cpu_invert_lower = True
cpu_single_graph = False
show_cpu_freq = True
draw_clock = "%X"
background_update = True

# Memory settings
mem_graphs = True
mem_below_net = False
swap_disk = True
show_disks = True
only_physical = True
use_fstab = True
disk_free_priv = False
show_io_stat = True
io_mode = False
io_graph_combined = False
io_graph_speeds = ""

# Network settings
net_download = 100
net_upload = 100
net_auto = True
net_sync = False
net_iface = ""

# Process colors
proc_colors = True