Add Kali linux small logo
This commit is contained in:
parent
ccd5d9f526
commit
36605b9745
1 changed files with 24 additions and 2 deletions
26
neofetch
26
neofetch
|
@ -818,7 +818,7 @@ image_source="auto"
|
|||
# Artix, CentOS, Cleanjaro, ElementaryOS, GUIX, Hyperbola,
|
||||
# Manjaro, MXLinux, NetBSD, Parabola, POP_OS, PureOS,
|
||||
# Slackware, SunOS, LinuxLite, OpenSUSE, Raspbian,
|
||||
# postmarketOS, and Void have a smaller logo variant.
|
||||
# postmarketOS, Void and Kali have a smaller logo variant.
|
||||
# Use '{distro name}_small' to use the small variants.
|
||||
ascii_distro="auto"
|
||||
|
||||
|
@ -5183,7 +5183,7 @@ ASCII:
|
|||
Artix, CentOS, Cleanjaro, ElementaryOS, GUIX, Hyperbola,
|
||||
Manjaro, MXLinux, NetBSD, Parabola, POP_OS, PureOS,
|
||||
Slackware, SunOS, LinuxLite, OpenSUSE, Raspbian,
|
||||
postmarketOS, and Void have a smaller logo variant.
|
||||
postmarketOS, Void and Kali have a smaller logo variant.
|
||||
|
||||
NOTE: Use '{distro name}_small' to use the small variants.
|
||||
|
||||
|
@ -8036,6 +8036,28 @@ odhdddddddo- `ddddh+-``....-+hdddddds.
|
|||
EOF
|
||||
;;
|
||||
|
||||
"kali_small" | "kalilinux_small" | "kali_linux_small")
|
||||
set_colors 4 8
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
${c1} -#. #
|
||||
@###
|
||||
-######
|
||||
@#########
|
||||
=##. .#####
|
||||
## ## ##
|
||||
## ## #
|
||||
## @###
|
||||
##. ###
|
||||
##% ##-
|
||||
-##% -*
|
||||
:*##+
|
||||
:*#*
|
||||
-#
|
||||
@
|
||||
:
|
||||
EOF
|
||||
;;
|
||||
|
||||
"Kali"*)
|
||||
set_colors 4 8
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
|
|
Loading…
Reference in a new issue