-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
84 lines (70 loc) · 1.61 KB
/
config.toml
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
module-order = "user delimiter os host kernel uptime packages shell resolution desktop-environment window-manager terminal cpu"
offset = 4
logo-cmd = "auto"
wrap-lines = true
[format]
mode = "classic"
top-left-corner-char = "╭"
top-right-corner-char = "╮"
bottom-left-corner-char = "╰"
bottom-right-corner-char = "╯"
horizontal-char = "─"
vertical-char = "│"
padding-left = 1
padding-right = 1
padding-top = 0
[user]
pre-text-style = "bold.yellow"
pre-text = ""
output-style = "bold.yellow"
separator-style = "white"
separator-char = "@"
[delimiter]
style = "white"
repeat-num = 0
char = "-"
[os]
pre-text-style = "bold.yellow"
pre-text = "OS: "
output-style = "white"
[host]
pre-text-style = "bold.yellow"
pre-text = "Host: "
output-style = "white"
[kernel]
pre-text-style = "bold.yellow"
pre-text = "Kernel: "
output-style = "white"
[uptime]
pre-text-style = "bold.yellow"
pre-text = "Uptime: "
output-style = "white"
time-format = "$days days, $hours hours, $minutes minutes"
[packages]
pre-text-style = "bold.yellow"
pre-text = "Packages: "
output-style = "white"
[shell]
pre-text-style = "bold.yellow"
pre-text = "Shell: "
output-style = "white"
[resolution]
pre-text-style = "bold.yellow"
pre-text = "Resolution: "
output-style = "white"
[desktop-environment]
pre-text-style = "bold.yellow"
pre-text = "Desktop Environment: "
output-style = "white"
[window-manager]
pre-text-style = "bold.yellow"
pre-text = "Window Manager: "
output-style = "white"
[terminal]
pre-text-style = "bold.yellow"
pre-text = "Terminal: "
output-style = "white"
[cpu]
pre-text-style = "bold.yellow"
pre-text = "CPU: "
output-style = "white"