Skip to content

Commit eb1f378

Browse files
committed
Presets: add a new example
1 parent e2ce06d commit eb1f378

File tree

1 file changed

+109
-0
lines changed

1 file changed

+109
-0
lines changed

presets/examples/22.jsonc

Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
// Modified from: https://github.com/fastfetch-cli/fastfetch/pull/1025#issuecomment-2177566138
2+
{
3+
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
4+
"logo": {
5+
"source": "arch3",
6+
"color": {
7+
"1": "red",
8+
"2": "yellow"
9+
}
10+
},
11+
"display": {
12+
"color": {
13+
"separator": "blue"
14+
},
15+
"separator": " | "
16+
},
17+
"modules": [
18+
{
19+
"type": "kernel",
20+
"key": " /\\rch Linux",
21+
"keyColor": "magenta"
22+
},
23+
{
24+
"type": "custom",
25+
"format": ">-----------<+>------------------------------------------<",
26+
"outputColor": "separator"
27+
},
28+
{
29+
"type": "uptime",
30+
"key": " Uptime ",
31+
"keyColor": "green"
32+
},
33+
{
34+
"type": "shell",
35+
"key": " Shell ",
36+
"keyColor": "green"
37+
},
38+
{
39+
"type": "terminal",
40+
"key": " Terminal ",
41+
"keyColor": "green"
42+
},
43+
{
44+
"type": "terminalfont",
45+
"key": " Font ",
46+
"keyColor": "green"
47+
},
48+
{
49+
"type": "packages",
50+
"key": " Packages ",
51+
"keyColor": "green"
52+
},
53+
{
54+
"type": "localip",
55+
"key": " Local IP ",
56+
"keyColor": "green"
57+
},
58+
{
59+
"type": "custom",
60+
"format": ">-----------<+>------------------------------------------<",
61+
"outputColor": "separator"
62+
},
63+
{
64+
"type": "display",
65+
"key": " Display ",
66+
"keyColor": "cyan"
67+
},
68+
{
69+
"type": "cpu",
70+
"key": " CPU ",
71+
"keyColor": "cyan"
72+
},
73+
{
74+
"type": "gpu",
75+
"key": " GPU ",
76+
"keyColor": "cyan"
77+
},
78+
{
79+
"type": "memory",
80+
"key": " RAM ",
81+
"keyColor": "cyan"
82+
},
83+
{
84+
"type": "swap",
85+
"key": " SWAP ",
86+
"keyColor": "cyan"
87+
},
88+
{
89+
"type": "disk",
90+
"key": " Disk ",
91+
"keyColor": "cyan"
92+
},
93+
{
94+
"type": "battery",
95+
"key": " Battery ",
96+
"keyColor": "cyan"
97+
},
98+
{
99+
"type": "custom",
100+
"format": ">-----------<+>------------------------------------------<",
101+
"outputColor": "separator"
102+
},
103+
"break",
104+
{
105+
"type": "colors",
106+
"paddingLeft": 15
107+
}
108+
]
109+
}

0 commit comments

Comments
 (0)