Skip to content

Commit 817f70c

Browse files
committed
Presets: add a new example
Fix #1832
1 parent 3a1f048 commit 817f70c

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

presets/examples/27.jsonc

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
3+
"logo": {
4+
"type": "small",
5+
"padding": {
6+
"top": 1
7+
}
8+
},
9+
"display": {
10+
"separator": " "
11+
},
12+
"modules": [
13+
"break",
14+
"title",
15+
{
16+
"type": "os",
17+
"key": "os ",
18+
"keyColor": "red"
19+
},
20+
{
21+
"type": "kernel",
22+
"key": "kernel",
23+
"keyColor": "green"
24+
},
25+
{
26+
"type": "host",
27+
"format": "{vendor} {family}",
28+
"key": "host ",
29+
"keyColor": "yellow"
30+
},
31+
{
32+
"type": "packages",
33+
"key": "pkgs ",
34+
"keyColor": "blue"
35+
},
36+
{
37+
"type": "uptime",
38+
"format": "{?days}{days}d {?}{hours}h {minutes}m",
39+
"key": "uptime",
40+
"keyColor": "magenta"
41+
},
42+
{
43+
"type": "memory",
44+
"key": "memory",
45+
"keyColor": "cyan"
46+
},
47+
"break"
48+
]
49+
}

0 commit comments

Comments
 (0)