-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathapple.jsonc
More file actions
74 lines (74 loc) · 1.85 KB
/
Copy pathapple.jsonc
File metadata and controls
74 lines (74 loc) · 1.85 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
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"type": "file",
"source": "~/.config/fastfetch/apple.txt",
"color": {
"1":"green",
"2":"yellow",
"3":"red",
"4":"blue"
},
"padding": {
"top": 2,
"left": 2
}
},
"display": {
"separator": " "
},
"modules": [
{
"type": "custom",
"key": "╭────────────╮"
},
{
"type": "custom",
"key": "│{#36} User {#keys}│"
},
{
"type": "os",
"key": "│{#32} OS {#keys}│"
},
{
"type": "packages",
"key": "│{#32} Packages {#keys}│"
},
{
"type": "terminal",
"key": "│{#33} Term {#keys}│"
},
{
"type": "cpu",
"key": "│{#31} CPU {#keys}│",
"format": "{1} ({3} cores)"
},
{
"type": "gpu",
"key": "│{#31} GPU {#keys}│",
"format": "{2}"
},
{
"type": "disk",
"key": "│{#31} Disk {#keys}│",
"format": "{1} / {2} ({3})"
},
{
"type": "media",
"key": "│{#34} Playing {#keys}│"
},
{
"type": "custom",
"key": "├────────────┤"
},
{
"type": "colors",
"key": "│{#37} Colors {#keys}│",
"symbol": "circle"
},
{
"type": "custom",
"key": "╰────────────╯"
}
]
}