diff --git a/src/data/help.txt b/src/data/help.txt index 5c6c45cd33..7ed906206e 100644 --- a/src/data/help.txt +++ b/src/data/help.txt @@ -17,8 +17,8 @@ Informative options: --print-structure: Print the default structure Config options: - -c, --config : Specify the config file or preset to be loaded. If `none`, disable futher config loading (+) - --gen-config : Generate a config file (or print it if is `-`), with options specified in the command line (if any) + -c, --config : Specify the config file or preset to be loaded. If "none", disable futher config loading (+) + --gen-config : Generate a config file (or print it if is "-"), with options specified in the command line (if any) --gen-config-force : Generate a config file. Overwrite the existing one General options: @@ -59,7 +59,7 @@ Logo options: --chafa-dither-mode : Set output dither mode (No effect with 24-bit color). This value maps the int value of enum ChafaDitherMode. See chafa document for detail Display options: - -s, --structure : Set the structure of the fetch. Must be a colon separated list of keys. Use `fastfetch --list-modules` to see the ones available. + -s, --structure : Set the structure of the fetch. Must be a colon separated list of keys. Use "fastfetch --list-modules" to see the ones available. --stat : Show time usage (in ms) for individual modules --pipe : Disable logo and all escape sequences --color-keys : Set the color of the keys @@ -78,7 +78,7 @@ Display options: --percent-ndigits : Set the number of digits to keep after the decimal point when formatting percentage numbers. Default is 0 --bar-char-elapsed : Set the character to use in elapsed part. Default is '■' --bar-char-total : Set the character to use in total part. Default is '-' - --bar-width : Set the width of the bar, in number of characters. Default is 10 + --bar-width : Set the width of the bar, in number of characters. Default is 10 --bar-border : Whether to show a border around the bar. Default is true --no-buffer : Set if the stdout application buffer should be disabled. Default is false --size-ndigits : Set the number of digits to keep after the decimal point when formatting sizes @@ -87,27 +87,27 @@ Display options: General module options: ---format : Set the format string to use for each specific module. - To see how a format string works, use `fastfetch --help format`. - To see help about a specific format string, use `fastfetch --help -format`. + To see how a format string works, use "fastfetch --help format". + To see help about a specific format string, use "fastfetch --help -format". ---key : Set the key to use for each specific module. For modules which print multiple lines, the string is parsed as a format string with the index as first character. - ---key-color : Override the global `--color-keys` option for each specific module. - ---key-width : Override the global `--key-width` option for each specific module. + ---key-color : Override the global "--color-keys" option for each specific module. + ---key-width : Override the global "--key-width" option for each specific module. -Library options: Set the path of a library to load - --lib-PCI : GPU output +Library path options: + --lib-pci : Pciutils. Used for GPU output --lib-vulkan : Vulkan module & fallback for GPU output --lib-wayland : Better display performance and output in wayland sessions --lib-xcb-randr : X11 sessions for better display detection and faster WM detection --lib-xcb : X11 sessions for better display detection and faster WM detection - --lib-Xrandr : X11 sessions for better display detection and faster WM detection - --lib-X11 : X11 sessions for better display detection and faster WM detection + --lib-xrandr : X11 sessions for better display detection and faster WM detection + --lib-x11 : X11 sessions for better display detection and faster WM detection --lib-gio : Needed for values that are only stored GSettings - --lib-DConf : Needed for values that are only stored in DConf + Fallback for GSettings - --lib-DBus : Bluetooth, Player & Media detection - --lib-XFConf : Needed for XFWM theme and XFCE Terminal font + --lib-dconf : Needed for values that are only stored in DConf + Fallback for GSettings + --lib-dbus : Bluetooth, Player & Media detection + --lib-xfconf : Needed for XFWM theme and XFCE Terminal font --lib-sqlite3 : Needed for pkg & rpm package count --lib-rpm : Slower fallback for rpm package count --lib-imagemagick : Images in terminal using sixel or kitty graphics protocol @@ -124,9 +124,9 @@ Library options: Set the path of a library to load Module specific options: --title-fqdn : Set if the title should use fully qualified domain name. Default is false - --title-color-user : Set color of the user name (left part). Default is empty (use color of `--color-title`). - --title-color-at : Set color of the @ symbol (middle part). Default is empty (use color of `--color-title`) - --title-color-host : Set color of the host name (right part). Default is empty (use color of `--color-title`) + --title-color-user : Set color of the user name (left part). Default is empty (use color of "--color-title"). + --title-color-at : Set color of the @ symbol (middle part). Default is empty (use color of "--color-title") + --title-color-host : Set color of the host name (right part). Default is empty (use color of "--color-title") --chassis-use-wmi : Set if WMI query should be used on Windows, which detects more information but slower. Default is false --separator-string : Set the string printed by the separator module --os-file : Set the file path which containing OS information. Linux only @@ -141,21 +141,21 @@ Module specific options: --diskio-name-prefix : Show disks with given name prefix only. Default is empty --bluetooth-show-disconnected : Set if disconnected bluetooth devices should be printed. Default is false --packages-winget : Set if winget package count should be detected. Default is false - --display-compact-type : Set if all displays should be printed in one line. Must be one of `none`, `original` and `scaled`. Default is none + --display-compact-type : Set if all displays should be printed in one line. Must be one of "none", "original" and "scaled". Default is none --display-detect-name : Set if display name should be detected and printed (if supported). Default is false --display-precise-refresh-rate : Set if decimal refresh rates should not be rounded into integers when printing. Default is true --brightness-ddcci-sleep : Set the sleep times (in ms) when sending DDC/CI requests. See for detail. Default is 10 --sound-type : Set what type of sound devices should be printed. Should be either main, active or all. Default is main - --battery-dir : The directory where the battery folders are. Standard: `/sys/class/power_supply/`. Linux only - --battery-use-setup-api : Set if `SetupAPI` should be used on Windows to detect battery info, which supports multi batteries, but slower. Windows only + --battery-dir : The directory where the battery folders are. Standard: "/sys/class/power_supply/". Linux only + --battery-use-setup-api : Set if "SetupAPI" should be used on Windows to detect battery info, which supports multi batteries, but slower. Windows only --cpu-temp : Detect and display CPU temperature if supported. Default is false --cpu-freq-ndigits : Set the number of digits to keep after the decimal point when printing CPU frequency. Default is 2 --cpuusage-separate : Display CPU usage per CPU logical core, instead of an average result. Default is false --de-slow-version-detection : Set if DE version should be detected with slow operations. Default is false --gpu-temp : Detect and display GPU temperature if supported. Default is false --gpu-use-nvml : Use nvml (NVIDIA Management Library) to detect more detailed GPU information (memory usage, CUDA core count, etc). Default is false - --gpu-force-vulkan : Force using vulkan to detect GPUs, which support video memory usage detection with `--allow-slow-operations`. Default is false - --gpu-hide-type : Specify the type of GPUs should not be printed. Must be `integrated`, `discrete` or `none`. Default is none + --gpu-force-vulkan : Force using vulkan to detect GPUs, which support video memory usage detection with "--allow-slow-operations". Default is false + --gpu-hide-type : Specify the type of GPUs should not be printed. Must be "integrated", "discrete" or "none". Default is none --battery-temp : Detect and display Battery temperature if supported. Default is false --localip-show-ipv4 : Show IPv4 addresses in local ip module. Default is true --localip-show-ipv6 : Show IPv6 addresses in local ip module. Default is false @@ -168,7 +168,7 @@ Module specific options: --netio-default-route-only : Show the interfac that is used for default routing only. Default is true on non-android platforms --publicip-timeout : Time in milliseconds to wait for the public ip server to respond. Default is disabled (0) --publicip-url : The URL of public IP detection server to be used. - --weather-location : Set the location to be used. It must be URI encoded (eg a whitespace must be encoded as `+`). + --weather-location : Set the location to be used. It must be URI encoded (eg a whitespace must be encoded as "+"). --weather-timeout : Time in milliseconds to wait for the weather server to respond. Default is disabled (0) --weather-output-format : The output weather format to be used. It must be URI encoded. --wm-detect-plugin : Set if window manager plugin should be detected on supported platforms. Default is false @@ -183,4 +183,4 @@ Module specific options: Parsing is not case sensitive. E.g. "--lib-PCI" is equal to "--Lib-Pci" If a value starts with a ?, it is optional. "true" will be used if not set. A (+) at the end indicates that more help can be printed with --help