From a0c05b57f0747e7dea78bc9e342d6985cf8a21ec Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 30 Oct 2019 17:07:09 +0000 Subject: [PATCH] neofetch: Add colors for hardenedBSD --- neofetch | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/neofetch b/neofetch index f42c31d2..eca616ed 100755 --- a/neofetch +++ b/neofetch @@ -6427,8 +6427,12 @@ ${c1}/\\,-'''''-,/\\ EOF ;; - "FreeBSD"*|HardenedBSD*) - set_colors 1 7 3 + FreeBSD*|HardenedBSD*) + case $ascii_distro in + *HardenedBSD*) set_colors 4 7 3 ;; + *) set_colors 1 7 3 + esac + read -rd '' ascii_data <<'EOF' ${c2}``` ${c1}` ${c2}` `.....---...${c1}....--.``` -/