Skip to content

Commit 4eae11d

Browse files
committed
Presets: fix neofetch
1 parent eba13d5 commit 4eae11d

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

presets/neofetch.jsonc

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
3+
"display": {
4+
"size": {
5+
"maxPrefix": "MB",
6+
"ndigits": 0
7+
}
8+
},
39
"modules": [
410
"title",
511
"separator",
6-
{
7-
"type": "os",
8-
"format": "{3} {12}"
9-
},
10-
{
11-
"type": "host",
12-
"format": "{/2}{-}{/}{2}{?3} {3}{?}"
13-
},
12+
"os",
13+
"host",
1414
"kernel",
1515
"uptime",
1616
"packages",
@@ -23,10 +23,7 @@
2323
"de",
2424
"wm",
2525
"wmtheme",
26-
{
27-
"type": "theme",
28-
"format": "{?1}{1}{?3} {3}{?} [Plasma], {?}{7}"
29-
},
26+
"theme",
3027
"icons",
3128
"terminal",
3229
{

0 commit comments

Comments
 (0)