ascii: added support for mx

This commit is contained in:
Dylan Araps 2019-09-24 22:32:09 +03:00
parent e654074adc
commit 92c287940d

18
pfetch
View File

@ -323,8 +323,8 @@ get_ascii() {
read_ascii() { read_ascii() {
# 'PF_COL1': Set the info name color according to ascii color. # 'PF_COL1': Set the info name color according to ascii color.
# 'PF_COL3': Set the title color to some other color. ¯\_(ツ)_/¯ # 'PF_COL3': Set the title color to some other color. ¯\_(ツ)_/¯
PF_COL1=${PF_COL1:-${1:-4}} PF_COL1=${PF_COL1:-${1:-7}}
PF_COL3=${PF_COL3:-$((${1:-4}%6+1))} PF_COL3=${PF_COL3:-$((${1:-7}%8+1))}
while IFS= read -r line; do while IFS= read -r line; do
ascii="$ascii$line ascii="$ascii$line
@ -509,6 +509,18 @@ get_ascii() {
EOF EOF
;; ;;
[Mm][Xx]*)
read_ascii <<-EOF
${c7} \\\\ /
\\\\/
\\\\
/\\/ \\\\
/ \\ /\\
/ \\/ \\
/__________\\
EOF
;;
[Nn]et[Bb][Ss][Dd]*) [Nn]et[Bb][Ss][Dd]*)
read_ascii 3 <<-EOF read_ascii 3 <<-EOF
${c7}\\\\${c3}\`-______,----__ ${c7}\\\\${c3}\`-______,----__
@ -582,7 +594,7 @@ get_ascii() {
;; ;;
[Pp]ure[Oo][Ss]*) [Pp]ure[Oo][Ss]*)
read_ascii 6 <<-EOF read_ascii <<-EOF
${c7} _____________ ${c7} _____________
| _________ | | _________ |
| | | | | | | |