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
+1-1
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ See Wiki: https://github.com/fastfetch-cli/fastfetch/wiki/Building
62
62
* Run it with [all supported modules](https://github.com/fastfetch-cli/fastfetch/wiki/Support+Status#available-modules) and find what you interest: `fastfetch -c all.jsonc`
63
63
* Find all data that fastfetch detects: `fastfetch -s <module> --format json`
64
64
* Display help messages: `fastfetch --help`
65
-
* Generate config file based on command line arguments: `fastfetch --arg1 --arg2 --mirgrate-config`
65
+
* Generate config file based on command line arguments: `fastfetch --arg1 --arg2 --migrate-config`
Copy file name to clipboardexpand all lines: src/data/help.txt
+2-2
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Logo options:
35
35
--logo-type <type>: Set the type of the logo given; must be auto, builtin, file, file-raw, data, data-raw, sixel, kitty, iterm or chafa
36
36
--logo-width <width>: Set the width of the logo (in characters), if it is an image. Required for iTerm image protocol
37
37
--logo-height <height>: Set the height of the logo (in characters), if it is an image. Required for iTerm image protocol
38
-
--logo-preserve-aspect-radio <?value>: Set if the logo should fill the specified width and height as much as possible without stretching. Supported by iTerm image protocol
38
+
--logo-preserve-aspect-ratio <?value>: Set if the logo should fill the specified width and height as much as possible without stretching. Supported by iTerm image protocol
39
39
--logo-color-[1-9] <color>: Overwrite a color in the logo
40
40
--logo-padding <padding>: Set the padding on the left and the right of the logo
41
41
--logo-padding-left <padding>: Set the padding on the left of the logo
@@ -74,7 +74,7 @@ Display options:
74
74
--disable-linewrap <?value>: Whether to disable line wrap during the run
75
75
--hide-cursor <?value>: Whether to hide the cursor during the run
76
76
--binary-prefix <value>: Set the binary prefix to used. Must be IEC, SI or JEDEC. Default is IEC
77
-
--percent-type <value>: Set the percentage output type. 1 for percentage number, 2 for bar, 3 for both, 6 for bar only, 9 for colored number. Default is 1
77
+
--percent-type <value>: Set the percentage output type. 1 for percentage number, 2 for bar, 3 for both, 6 for bar only, 9 for colored number. Default is 9
78
78
--percent-ndigits <value>: Set the number of digits to keep after the decimal point when formatting percentage numbers. Default is 0
79
79
--bar-char-elapsed <str>: Set the character to use in elapsed part. Default is '■'
80
80
--bar-char-total <str>: Set the character to use in total part. Default is '-'
0 commit comments