Commit 96126320 authored by Dylan Araps's avatar Dylan Araps Committed by GitHub

Merge pull request #437 from dylanaraps/ascii2

Ascii: Cleanup ascii functions
parents d504691c 87b2d317
${c1} `.-/::/-`` ${c2} `.-/::/-``
.-/osssssssso/. .-/osssssssso/.
:osyysssssssyyys+- :osyysssssssyyys+-
`.+yyyysssssssssyyyyy+. `.+yyyysssssssssyyyyy+.
`/syyyyyssssssssssyyyyys-` `/syyyyyssssssssssyyyyys-`
`/yhyyyyysss${c2}++${c1}ssosyyyyhhy/` `/yhyyyyysss${c1}++${c2}ssosyyyyhhy/`
.ohhhyyyys${c2}o++/+o${c1}so${c2}+${c1}syy${c2}+${c1}shhhho. .ohhhyyyys${c1}o++/+o${c2}so${c1}+${c2}syy${c1}+${c2}shhhho.
.shhhhys${c2}oo++//+${c1}sss${c2}+++${c1}yyy${c2}+s${c1}hhhhs. .shhhhys${c1}oo++//+${c2}sss${c1}+++${c2}yyy${c1}+s${c2}hhhhs.
-yhhhhs${c2}+++++++o${c1}ssso${c2}+++${c1}yyy${c2}s+o${c1}hhddy: -yhhhhs${c1}+++++++o${c2}ssso${c1}+++${c2}yyy${c1}s+o${c2}hhddy:
-yddhhy${c2}o+++++o${c1}syyss${c2}++++${c1}yyy${c2}yooy${c1}hdddy- -yddhhy${c1}o+++++o${c2}syyss${c1}++++${c2}yyy${c1}yooy${c2}hdddy-
.yddddhs${c2}o++o${c1}syyyyys${c2}+++++${c1}yyhh${c2}sos${c1}hddddy` .yddddhs${c1}o++o${c2}syyyyys${c1}+++++${c2}yyhh${c1}sos${c2}hddddy`
`odddddhyosyhyyyyyy${c2}++++++${c1}yhhhyosddddddo `odddddhyosyhyyyyyy${c1}++++++${c2}yhhhyosddddddo
.dmdddddhhhhhhhyyyo${c2}+++++${c1}shhhhhohddddmmh. .dmdddddhhhhhhhyyyo${c1}+++++${c2}shhhhhohddddmmh.
ddmmdddddhhhhhhhso${c2}++++++${c1}yhhhhhhdddddmmdy ddmmdddddhhhhhhhso${c1}++++++${c2}yhhhhhhdddddmmdy
dmmmdddddddhhhyso${c2}++++++${c1}shhhhhddddddmmmmh dmmmdddddddhhhyso${c1}++++++${c2}shhhhhddddddmmmmh
-dmmmdddddddhhys${c2}o++++o${c1}shhhhdddddddmmmmd- -dmmmdddddddhhys${c1}o++++o${c2}shhhhdddddddmmmmd-
.smmmmddddddddhhhhhhhhhdddddddddmmmms. .smmmmddddddddhhhhhhhhhdddddddddmmmms.
`+ydmmmdddddddddddddddddddmmmmdy/. `+ydmmmdddddddddddddddddddmmmmdy/.
`.:+ooyyddddddddddddyyso+:.` `.:+ooyyddddddddddddyyso+:.`
...@@ -7,9 +7,9 @@ ${c1} -` ...@@ -7,9 +7,9 @@ ${c1} -`
`/:-:++oooo+: `/:-:++oooo+:
`/++++/+++++++: `/++++/+++++++:
`/++++++++++++++: `/++++++++++++++:
`/+++o${c2}oooooooo${c1}oooo/` `/+++ooooooooooooo/`
./${c2}ooosssso++osssssso${c1}+` ./ooosssso++osssssso+`
${c2} .oossssso-````/ossssss+` .oossssso-````/ossssss+`
-osssssso. :ssssssso. -osssssso. :ssssssso.
:osssssss/ osssso+++. :osssssss/ osssso+++.
/ossssssss/ +ssssooo/- /ossssssss/ +ssssooo/-
......
...@@ -7,8 +7,8 @@ M- ,=;;;#:, ,:#;;:=, ,@ ...@@ -7,8 +7,8 @@ M- ,=;;;#:, ,:#;;:=, ,@
:# :#.=/++++/=.$= #= :# :#.=/++++/=.$= #=
,#; #/:+/;,,/++:+/ ;+. ,#; #/:+/;,,/++:+/ ;+.
,+/. ,;@+, ,#H;, ,/+, ,+/. ,;@+, ,#H;, ,/+,
;+;;/= @. ${c2}.H${c3}#${c2}#X ${c1}-X :///+; ;+;;/= @. ${c3}.H${c2}#${c3}#X ${c1}-X :///+;
;+=;;;.@, ${c3}.X${c2}M${c3}@$. ${c1}=X.//;=#/. ;+=;;;.@, ${c2}.X${c3}M${c2}@$. ${c1}=X.//;=#/.
,;: :@#= =$H: .+#- ,;: :@#= =$H: .+#-
,#= #;-///==///-// =#, ,#= #;-///==///-// =#,
;+ :#-;;;:;;;;-X- +: ;+ :#-;;;:;;;;-X- +:
......
...@@ -250,24 +250,24 @@ block_height=1 ...@@ -250,24 +250,24 @@ block_height=1
# Progress bar character # Progress bar character
# --progress_char elapsed_char total_char # --progress_char elapsed_char total_char
progress_char_elapsed="-" bar_char_elapsed="-"
progress_char_total="=" bar_char_total="="
# Progress border # Progress border
# --progress_border on, off # --progress_border on, off
progress_border="on" bar_border="on"
# Progress bar length in spaces # Progress bar length in spaces
# Number of chars long to make the progress bars. # Number of chars long to make the progress bars.
# --progress_length num # --progress_length num
progress_length="15" bar_length="15"
# Progress bar colors # Progress bar colors
# When set to distro, uses your distro's logo colors # When set to distro, uses your distro's logo colors
# Takes: num, "distro" # Takes: num, "distro"
# --progress_colors col col # --progress_colors col col
progress_color_elapsed="distro" bar_color_elapsed="distro"
progress_color_total="distro" bar_color_total="distro"
# Customize how the info is displayed. # Customize how the info is displayed.
# bar: Only the progress bar is displayed. # bar: Only the progress bar is displayed.
......
...@@ -132,39 +132,39 @@ Height of color blocks in lines ...@@ -132,39 +132,39 @@ Height of color blocks in lines
.B \--block_range 'start' 'end' .B \--block_range 'start' 'end'
Range of colors to print as blocks Range of colors to print as blocks
.SH PROGRESS BARS .SH BARS
.TP .TP
.B \--progress_char 'elapsed char' 'total char' .B \--bar_char 'elapsed char' 'total char'
Characters to use when drawing progress bars. Characters to use when drawing bars.
.TP .TP
.B \--progress_border on/off .B \--bar_border on/off
Whether or not to surround the bar with '[]' Whether or not to surround the bar with '[]'
.TP .TP
.B \--progress_length 'num' .B \--bar_length 'num'
Length in spaces to make the progress bars. Length in spaces to make the bars.
.TP .TP
.B \--progress_colors 'num' 'num' .B \--bar_colors 'num' 'num'
Colors to make the progress bar. Colors to make the bar.
.br .br
Set in this order: elapsed, total Set in this order: elapsed, total
.TP .TP
.B \--cpu_display 'mode' .B \--cpu_display 'mode'
Progress bar mode. Bar mode.
.br .br
Takes: bar, infobar, barinfo, off Takes: bar, infobar, barinfo, off
.TP .TP
.B \--memory_display 'mode' .B \--memory_display 'mode'
Progress bar mode. Bar mode.
.br .br
Takes: bar, infobar, barinfo, off Takes: bar, infobar, barinfo, off
.TP .TP
.B \--battery_display 'mode' .B \--battery_display 'mode'
Progress bar mode. Bar mode.
.br .br
Takes: bar, infobar, barinfo, off Takes: bar, infobar, barinfo, off
.TP .TP
.B \--disk_display 'mode' .B \--disk_display 'mode'
Progress bar mode. Bar mode.
.br .br
Takes: bar, infobar, barinfo, off Takes: bar, infobar, barinfo, off
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment