You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-11Lines changed: 17 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,31 +43,28 @@ Replace sudo with doas depending on what you use.
43
43
44
44
[See also if fastfetch has been packaged for your favorite Linux distro](#Packaging).
45
45
46
-
If fastfetch is not packaged for your distro or an outdated version is packaged, [linuxbrew](https://brew.sh/) is a good alternate: `brew install fastfetch`
46
+
If fastfetch is not packaged for your distro or an outdated version is packaged, [linuxbrew](https://brew.sh/) is a good alternative: `brew install fastfetch`
Copy file name to clipboardExpand all lines: doc/json_schema.json
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -387,6 +387,10 @@
387
387
"output": {
388
388
"description": "Set the color of the module output",
389
389
"$ref": "#/$defs/colors"
390
+
},
391
+
"separator": {
392
+
"description": "Set the color of the key-value separator",
393
+
"$ref": "#/$defs/colors"
390
394
}
391
395
}
392
396
}
@@ -515,7 +519,7 @@
515
519
"properties": {
516
520
"type": {
517
521
"type": "number",
518
-
"description": "Set the percentage output type. 1 for percentage number, 2 for bar, 3 for both, 6 for bar only, 9 for colored number",
522
+
"description": "Set the percentage output type. 1 for percentage number, 2 for multi-color bar, 3 for both, 6 for bar only, 9 for colored number, 10 for monochrome bar",
519
523
"minimum": 0,
520
524
"maximum": 255,
521
525
"default": 9
@@ -778,7 +782,7 @@
778
782
},
779
783
{
780
784
"const": "board",
781
-
"description": "Print mather board name and other info"
785
+
"description": "Print motherboard name and other info"
0 commit comments