Fix dylanaraps/pfetch issue #69

Swap colors of Raspbian logo.
This commit is contained in:
TheThunderGuyS 2020-08-09 10:50:04 -04:00
parent 265732467e
commit c6e68d053e

12
pfetch
View File

@ -1398,12 +1398,12 @@ get_ascii() {
[Rr]aspbian*) [Rr]aspbian*)
read_ascii 1 <<-EOF read_ascii 1 <<-EOF
${c1} __ __ ${c2} __ __
${c1} (_\\)(/_) ${c2} (_\\)(/_)
${c2} (_(__)_) ${c1} (_(__)_)
${c2}(_(_)(_)_) ${c1}(_(_)(_)_)
${c2} (_(__)_) ${c1} (_(__)_)
${c2} (__) ${c1} (__)
EOF EOF
;; ;;