-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.jsonc
More file actions
91 lines (90 loc) · 1.59 KB
/
config.jsonc
File metadata and controls
91 lines (90 loc) · 1.59 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
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"type": "file",
"source": "~/.config/fastfetch/ascii/logo.txt",
"color": {
"1": "38;2;245;224;220",
"2": "38;2;242;205;205",
"3": "38;2;245;194;231",
"4": "38;2;250;179;135",
"5": "38;2;249;226;175",
"6": "38;2;166;227;161",
"7": "38;2;148;226;213",
"8": "38;2;137;220;235",
"9": "38;2;116;199;236"
},
"padding": {
"top": 0,
"right": 3
}
},
"display": {
"separator": " ▸ " // :
},
"modules": [
{
"type": "title"
},
"break",
{
"type": "os",
"key": "",
"keycolor": "yellow"
},
{
"type": "kernel",
"key": "",
"keycolor": "red"
},
{
"type": "wm",
"key": "",
"keycolor": "magenta"
},
{
"type": "packages",
"key": "",
"keycolor": "magenta"
},
{
"type": "memory",
"key": "",
"keycolor": "magenta"
},
{
"type": "host",
"key": "",
"keycolor": "magenta"
},
{
"type": "cpu",
"key": "",
"keycolor": "magenta"
},
{
"type": "swap",
"key": "",
"keycolor": "magenta"
},
{
"type": "battery",
"key": "",
"keycolor": "red"
},
{
"type": "uptime",
"key": "",
"keycolor": "yellow"
},
{
"type": "colors",
"paddingLeft": 10,
"symbol": "circle",
"block": {
"width": 5
}
},
"break",
]
}