-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexample_config.toml
More file actions
99 lines (81 loc) · 1.93 KB
/
example_config.toml
File metadata and controls
99 lines (81 loc) · 1.93 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
################### DISPLAY ####################
[display]
# this image can be found in docs/assets
image = "~/.config/pacfetch/logo.png"
stats = [
"title.header",
"installed",
"upgradable",
"last_update",
"download_size",
"installed_size",
"net_upgrade_size",
"disk",
"title.footer",
"colors_light",
]
[display.glyph]
glyph = " -> "
align = true
################### PALETTE ####################
[display.palette]
style = "ghosts"
spacing = 3
################### COLORS ####################
# Global stat colors. All support color names, hex (#RRGGBB), or "none".
[display.colors]
label = "bright_green"
# stat = "none"
# Per-stat color overrides (takes precedence over global)
# [display.colors.installed]
# label = "bright_green"
# stat = "white"
################### LABELS ####################
# [display.labels]
# installed = " "
# upgradable = " "
# last_update = " "
# download_size = " "
# installed_size = " "
# net_upgrade_size = " "
# disk = " "
# orphaned_packages = " "
# cache_size = " "
# mirror_url = " "
# mirror_health = " "
################### TITLES ####################
[display.titles.header]
text = "pacman_ver"
text_color = "bright_magenta"
line_color = "none"
style = "embedded"
width = "content"
line = "─"
left_cap = "╭"
right_cap = "╮"
padding = 2
[display.titles.mid]
text = "System Information"
text_color = "bright_magenta"
line_color = "none"
style = "embedded"
width = "content"
line = "─"
left_cap = "├"
right_cap = "┤"
padding = 2
[display.titles.footer]
text = ""
line_color = "none"
style = "embedded"
width = "content"
line = "─"
left_cap = "╰"
right_cap = "╯"
padding = 2
################### DISK ####################
[disk]
path = "/"
################### CACHE ####################
[cache]
ttl_minutes = 15