Readme
This commit is contained in:
parent
f388c222c5
commit
be91911aa2
|
@ -386,7 +386,6 @@ alias neofetch2="neofetch \
|
||||||
--birthday_time on/off Enable/Disable showing the time in birthday output
|
--birthday_time on/off Enable/Disable showing the time in birthday output
|
||||||
--birthday_format format Format the birthday output. (Uses 'date' cmd format)
|
--birthday_format format Format the birthday output. (Uses 'date' cmd format)
|
||||||
|
|
||||||
|
|
||||||
Text Formatting:
|
Text Formatting:
|
||||||
--colors x x x x x x Changes the text colors in this order:
|
--colors x x x x x x Changes the text colors in this order:
|
||||||
title, @, underline, subtitle, colon, info
|
title, @, underline, subtitle, colon, info
|
||||||
|
@ -394,14 +393,12 @@ alias neofetch2="neofetch \
|
||||||
--underline_char char Character to use when underlining title
|
--underline_char char Character to use when underlining title
|
||||||
--bold on/off Enable/Disable bold text
|
--bold on/off Enable/Disable bold text
|
||||||
|
|
||||||
|
|
||||||
Color Blocks:
|
Color Blocks:
|
||||||
--color_blocks on/off Enable/Disable the color blocks
|
--color_blocks on/off Enable/Disable the color blocks
|
||||||
--block_width num Width of color blocks in spaces
|
--block_width num Width of color blocks in spaces
|
||||||
--block_height num Height of color blocks in lines
|
--block_height num Height of color blocks in lines
|
||||||
--block_range start end Range of colors to print as blocks
|
--block_range start end Range of colors to print as blocks
|
||||||
|
|
||||||
|
|
||||||
Progress Bars:
|
Progress Bars:
|
||||||
--progress_char 'elapsed char' 'total char'
|
--progress_char 'elapsed char' 'total char'
|
||||||
Characters to use when drawing progress bars.
|
Characters to use when drawing progress bars.
|
||||||
|
@ -418,7 +415,6 @@ alias neofetch2="neofetch \
|
||||||
--disk_display mode Progress bar mode.
|
--disk_display mode Progress bar mode.
|
||||||
Takes: bar, infobar, barinfo, off
|
Takes: bar, infobar, barinfo, off
|
||||||
|
|
||||||
|
|
||||||
Image:
|
Image:
|
||||||
--image type Image source. Where and what image we display.
|
--image type Image source. Where and what image we display.
|
||||||
Possible values: wall, ascii,
|
Possible values: wall, ascii,
|
||||||
|
@ -440,7 +436,6 @@ alias neofetch2="neofetch \
|
||||||
move the text closer to the left side.
|
move the text closer to the left side.
|
||||||
--clean Remove all cropped images
|
--clean Remove all cropped images
|
||||||
|
|
||||||
|
|
||||||
Ascii:
|
Ascii:
|
||||||
--ascii value Where to get the ascii from, Possible values:
|
--ascii value Where to get the ascii from, Possible values:
|
||||||
distro, /path/to/ascii
|
distro, /path/to/ascii
|
||||||
|
@ -450,20 +445,17 @@ alias neofetch2="neofetch \
|
||||||
Supported distros: Arch, Gentoo, Crux, OpenBSD.
|
Supported distros: Arch, Gentoo, Crux, OpenBSD.
|
||||||
--ascii_bold on/off Whether or not to bold the ascii logo.
|
--ascii_bold on/off Whether or not to bold the ascii logo.
|
||||||
|
|
||||||
|
|
||||||
Stdout:
|
Stdout:
|
||||||
--stdout info info Launch neofetch in stdout mode which prints the info
|
--stdout info info Launch neofetch in stdout mode which prints the info
|
||||||
in a plain-text format that you can use with
|
in a plain-text format that you can use with
|
||||||
lemonbar etc.
|
lemonbar etc.
|
||||||
--stdout_separator string String to use as a separator in stdout mode.
|
--stdout_separator string String to use as a separator in stdout mode.
|
||||||
|
|
||||||
|
|
||||||
Screenshot:
|
Screenshot:
|
||||||
--scrot /path/to/img Take a screenshot, if path is left empty the screen-
|
--scrot /path/to/img Take a screenshot, if path is left empty the screen-
|
||||||
shot function will use \$scrot_dir and \$scrot_name.
|
shot function will use \$scrot_dir and \$scrot_name.
|
||||||
--scrot_cmd cmd Screenshot program to launch
|
--scrot_cmd cmd Screenshot program to launch
|
||||||
|
|
||||||
|
|
||||||
Other:
|
Other:
|
||||||
--config /path/to/config Specify a path to a custom config file
|
--config /path/to/config Specify a path to a custom config file
|
||||||
--config none Launch the script without a config file
|
--config none Launch the script without a config file
|
||||||
|
|
Reference in New Issue