neofetch: Add colors for hardenedBSD
This commit is contained in:
parent
e8763c9009
commit
a0c05b57f0
8
neofetch
8
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}....--.``` -/
|
||||
|
|
Reference in New Issue