mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2025-02-20 11:43:27 +08:00
Doc: fix some bugs
This commit is contained in:
parent
98c7c7ed4f
commit
6c492882a3
@ -1033,7 +1033,7 @@
|
||||
"preciseRefreshRate": {
|
||||
"description": "Set if decimal refresh rates should not be rounded into integers when printing",
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
"default": false
|
||||
},
|
||||
"key": {
|
||||
"$ref": "#/$defs/key"
|
||||
@ -1059,7 +1059,7 @@
|
||||
},
|
||||
"folders": {
|
||||
"type": "string",
|
||||
"description": "A colon (semicolon on Windows) separated list of folder paths for the disk output\nDefault: \"/:/home\" (\"C:\\\\;D:\\\\ ...\" on Windows)"
|
||||
"description": "A colon (semicolon on Windows) separated list of folder paths for the disk output\nDefault: auto detection using mount-points"
|
||||
},
|
||||
"showExternal": {
|
||||
"type": "boolean",
|
||||
|
@ -140,7 +140,6 @@ Module specific options:
|
||||
--bluetooth-show-disconnected <?bool>: Set if disconnected bluetooth devices should be printed. Default is false
|
||||
--packages-winget <?bool>: Set if winget package count should be detected. Default is false
|
||||
--display-compact-type <str>: Set if all displays should be printed in one line. Must be one of "none", "original" and "scaled". Default is none
|
||||
--display-detect-name <?bool>: Set if display name should be detected and printed (if supported). Default is false
|
||||
--display-precise-refresh-rate <?bool>: Set if decimal refresh rates should not be rounded into integers when printing. Default is true
|
||||
--brightness-ddcci-sleep <num>: Set the sleep times (in ms) when sending DDC/CI requests. See <https://www.ddcutil.com/performance_options/#option-sleep-multiplier> for detail. Default is 10
|
||||
--sound-type <str>: Set what type of sound devices should be printed. Should be either main, active or all. Default is main
|
||||
|
@ -5,5 +5,4 @@ If the file is relative it looks in the following order:
|
||||
- relative to the current working directory
|
||||
- relative to ~/.local/share/fastfetch/presets/
|
||||
- relative to /usr/share/fastfetch/presets/
|
||||
Fastfetch provides some default presets. List them with --print-available-presets.
|
||||
Note that this will only print presets fastfetch knows about and not every possible one.
|
||||
Fastfetch provides some default presets. List them with "fastfetch --list-presets".
|
||||
|
Loading…
x
Reference in New Issue
Block a user