We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eba13d5 commit 4eae11dCopy full SHA for 4eae11d
presets/neofetch.jsonc
@@ -1,16 +1,16 @@
1
{
2
"$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
+ },
9
"modules": [
10
"title",
11
"separator",
- {
- "type": "os",
- "format": "{3} {12}"
- },
- "type": "host",
12
- "format": "{/2}{-}{/}{2}{?3} {3}{?}"
13
+ "os",
+ "host",
14
"kernel",
15
"uptime",
16
"packages",
@@ -23,10 +23,7 @@
23
"de",
24
"wm",
25
"wmtheme",
26
27
- "type": "theme",
28
- "format": "{?1}{1}{?3} {3}{?} [Plasma], {?}{7}"
29
+ "theme",
30
"icons",
31
"terminal",
32
0 commit comments