From c6e68d053e8056d386812b832c8432d838d24b8d Mon Sep 17 00:00:00 2001 From: TheThunderGuyS Date: Sun, 9 Aug 2020 10:50:04 -0400 Subject: [PATCH] Fix dylanaraps/pfetch issue #69 Swap colors of Raspbian logo. --- pfetch | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pfetch b/pfetch index ed3687d..7b0f77c 100755 --- a/pfetch +++ b/pfetch @@ -1398,12 +1398,12 @@ get_ascii() { [Rr]aspbian*) read_ascii 1 <<-EOF - ${c1} __ __ - ${c1} (_\\)(/_) - ${c2} (_(__)_) - ${c2}(_(_)(_)_) - ${c2} (_(__)_) - ${c2} (__) + ${c2} __ __ + ${c2} (_\\)(/_) + ${c1} (_(__)_) + ${c1}(_(_)(_)_) + ${c1} (_(__)_) + ${c1} (__) EOF ;;