Update usage
This commit is contained in:
parent
1be5423b1d
commit
57a0ed4d5d
16
README.md
16
README.md
|
@ -405,14 +405,14 @@ alias fetch2="fetch \
|
||||||
--progress_length num Length in spaces to make the progress bars.
|
--progress_length num Length in spaces to make the progress bars.
|
||||||
--progress_colors num num Colors to make the progress bar.
|
--progress_colors num num Colors to make the progress bar.
|
||||||
Set in this order: elapsed, total
|
Set in this order: elapsed, total
|
||||||
--cpu_display mode Which way should the cpu progress bar be added
|
--cpu_display mode Progress bar mode.
|
||||||
Takes bar, infobar, barinfo
|
Takes: bar, infobar, barinfo, off
|
||||||
--memory_display mode Which way should the memory progress bar be added
|
--memory_display mode Progress bar mode.
|
||||||
Takes bar, infobar, barinfo
|
Takes: bar, infobar, barinfo, off
|
||||||
--battery_display mode Which way should the battery progress bar be added
|
--battery_display mode Progress bar mode.
|
||||||
Takes bar, infobar, barinfo
|
Takes: bar, infobar, barinfo, off
|
||||||
--disk_display mode Which way should the disk progress bar be added
|
--disk_display mode Progress bar mode.
|
||||||
Takes bar, infobar, barinfo, perc
|
Takes: bar, infobar, barinfo, off
|
||||||
|
|
||||||
|
|
||||||
Image:
|
Image:
|
||||||
|
|
16
neofetch
16
neofetch
|
@ -3002,14 +3002,14 @@ usage () { cat << EOF
|
||||||
--progress_length num Length in spaces to make the progress bars.
|
--progress_length num Length in spaces to make the progress bars.
|
||||||
--progress_colors num num Colors to make the progress bar.
|
--progress_colors num num Colors to make the progress bar.
|
||||||
Set in this order: elapsed, total
|
Set in this order: elapsed, total
|
||||||
--cpu_display mode Which way should the cpu progress bar be added
|
--cpu_display mode Progress bar mode.
|
||||||
Takes bar, infobar, barinfo
|
Takes: bar, infobar, barinfo, off
|
||||||
--memory_display mode Which way should the memory progress bar be added
|
--memory_display mode Progress bar mode.
|
||||||
Takes bar, infobar, barinfo
|
Takes: bar, infobar, barinfo, off
|
||||||
--battery_display mode Which way should the battery progress bar be added
|
--battery_display mode Progress bar mode.
|
||||||
Takes bar, infobar, barinfo
|
Takes: bar, infobar, barinfo, off
|
||||||
--disk_display mode Which way should the disk progress bar be added
|
--disk_display mode Progress bar mode.
|
||||||
Takes bar, infobar, barinfo, perc
|
Takes: bar, infobar, barinfo, off
|
||||||
|
|
||||||
|
|
||||||
Image:
|
Image:
|
||||||
|
|
22
neofetch.1
22
neofetch.1
|
@ -145,27 +145,25 @@ Colors to make the progress bar.
|
||||||
.br
|
.br
|
||||||
Set in this order: elapsed, total
|
Set in this order: elapsed, total
|
||||||
.TP
|
.TP
|
||||||
.B \--cpu_display 'mode1' 'mode2'
|
.B \--cpu_display 'mode'
|
||||||
Which shorthand to use and how CPU usage should be printed
|
Progress bar mode.
|
||||||
.br
|
.br
|
||||||
mode1 takes: name, speed, tiny, on, off
|
Takes: bar, infobar, barinfo, off
|
||||||
.br
|
|
||||||
mode2 takes: info, bar, infobar, barinfo
|
|
||||||
.TP
|
.TP
|
||||||
.B \--memory_display 'mode'
|
.B \--memory_display 'mode'
|
||||||
Which way should the memory progress bar be added
|
Progress bar mode.
|
||||||
.br
|
.br
|
||||||
Takes: bar, infobar, barinfo
|
Takes: bar, infobar, barinfo, off
|
||||||
.TP
|
.TP
|
||||||
.B \--battery_display 'mode'
|
.B \--battery_display 'mode'
|
||||||
Which way should the battery progress bar be added
|
Progress bar mode.
|
||||||
.br
|
.br
|
||||||
Takes: bar, infobar, barinfo
|
Takes: bar, infobar, barinfo, off
|
||||||
.TP
|
.TP
|
||||||
.B \--disk_display mode
|
.B \--disk_display 'mode'
|
||||||
Which way should the disk progress bar be added
|
Progress bar mode.
|
||||||
.br
|
.br
|
||||||
Takes: bar, infobar, barinfo, perc
|
Takes: bar, infobar, barinfo, off
|
||||||
|
|
||||||
.SH IMAGE
|
.SH IMAGE
|
||||||
.TP
|
.TP
|
||||||
|
|
Reference in New Issue