summaryrefslogtreecommitdiffstats
path: root/sample_config.toml
blob: 1db147a7ae3d550e7a29953e0355cf1fbf007cd8 (plain)
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
[flags]
avg_cpu = true
dot_marker = true
temperature_type = "ke"
rate = 1000
left_legend = true
current_usage = false
group_processes = false
case_sensitive = true
whole_word = true
regex = true

[colors]
# Based on gruvbox: https://github.com/morhetz/gruvbox
table_header_color="#458588"
widget_title_color="#9d0006"
cpu_core_colors=["#cc241d", "#98971a", "#d79921", "#458588", "#b16286", "#689d6a", "#fb4934", "#b8bb26", "#fabd2f", "#83a598"]
ram_color="#fb4934"
swap_color="#fabd2f"
rx_color="#458588"
tx_color="#689d6a"
border_color="#ebdbb2"
highlighted_border_color="#fe8019"
text_color="#ebdbb2"
graph_color="#9d0006"
selected_text_color="#282828"
selected_bg_color="#458588"