Merge 'text colors' and 'text formatting' headings in help, makefile and readme
This commit is contained in:
parent
263dedf4c7
commit
2de3d68894
3 changed files with 7 additions and 12 deletions
|
@ -262,12 +262,11 @@ alias fetch2="fetch \
|
|||
--birthday_shorthand on/off Shorten the output of birthday
|
||||
--birthday_time on/off Enable/Disable showing the time in birthday output
|
||||
|
||||
Text Colors:
|
||||
--colors x x x x x x Changes the text colors in this order:
|
||||
title, @, underline, subtitle, colon, info
|
||||
|
||||
Text Formatting:
|
||||
--underline_char char Character to use when underlineing title
|
||||
--colors x x x x x x Changes the text colors in this order:
|
||||
title, @, underline, subtitle, colon, info
|
||||
--underline_char char Character to use when underlining title
|
||||
--line_wrap on/off Enable/Disable line wrapping
|
||||
--bold on/off Enable/Disable bold text
|
||||
--prompt_height num Set this to your prompt height to fix issues with
|
||||
|
|
7
neofetch
7
neofetch
|
@ -2301,12 +2301,11 @@ usage () { cat << EOF
|
|||
--birthday_shorthand on/off Shorten the output of birthday
|
||||
--birthday_time on/off Enable/Disable showing the time in birthday output
|
||||
|
||||
Text Colors:
|
||||
--colors x x x x x x Changes the text colors in this order:
|
||||
title, @, underline, subtitle, colon, info
|
||||
|
||||
Text Formatting:
|
||||
--underline_char char Character to use when underlineing title
|
||||
--colors x x x x x x Changes the text colors in this order:
|
||||
title, @, underline, subtitle, colon, info
|
||||
--underline_char char Character to use when underlining title
|
||||
--line_wrap on/off Enable/Disable line wrapping
|
||||
--bold on/off Enable/Disable bold text
|
||||
--prompt_height num Set this to your prompt height to fix issues with
|
||||
|
|
|
@ -75,14 +75,11 @@ Shorten the output of birthday
|
|||
.B \--birthday_time 'on/off'
|
||||
Enable/Disable showing the time in birthday output
|
||||
|
||||
.SH TEXT COLORS
|
||||
.SH TEXT FORMATTING
|
||||
.TP
|
||||
.B \--colors x x x x x x
|
||||
Changes the text colors in this order:
|
||||
title, @, underline, subtitle, colon, info
|
||||
|
||||
.SH TEXT FORMATTING
|
||||
.TP
|
||||
.B \--underline_char 'char'
|
||||
Character to use when underlining title
|
||||
.TP
|
||||
|
|
Loading…
Reference in a new issue