Add Kali Small (dylanaraps#2242)
Thanks for aderepas' commitment.
This commit is contained in:
parent
dd89cc70a2
commit
a96edb8bcf
1 changed files with 24 additions and 2 deletions
26
neofetch
26
neofetch
|
@ -838,7 +838,7 @@ image_source="auto"
|
|||
|
||||
# NOTE: alpine, android, aoscosretro, arch, arcolinux, artix, CalinixOS, centos, cleanjaro, crux,
|
||||
# debian, dragonfly, elementary, fedora, freebsd, garuda, gentoo, guix, haiku, hyperbola, linuxlite,
|
||||
# linuxmint, mac, mageia, manjaro, mx, netbsd, nixos, openbsd, opensuse, orchid, parabola, popos,
|
||||
# linuxmint, kali, mac, mageia, manjaro, mx, netbsd, nixos, openbsd, opensuse, orchid, parabola, popos,
|
||||
# postmarketos, pureos, Raspbian, rocky, slackware, sunos, ubuntu, void have 'small' logo variants,
|
||||
# use {distro}_small to use them.
|
||||
ascii_distro="auto"
|
||||
|
@ -5891,7 +5891,7 @@ ASCII:
|
|||
|
||||
NOTE: alpine, android, aoscosretro, arch, arcolinux, artix, CalinixOS, centos, cleanjaro, crux,
|
||||
debian, dragonfly, elementary, fedora, freebsd, garuda, gentoo, guix, haiku, hyperbola, linuxlite,
|
||||
linuxmint, mac, mageia, manjaro, mx, netbsd, nixos, openbsd, opensuse, orchid, parabola, popos,
|
||||
linuxmint, kali, mac, mageia, manjaro, mx, netbsd, nixos, openbsd, opensuse, orchid, parabola, popos,
|
||||
postmarketos, pureos, Raspbian, rocky, slackware, sunos, ubuntu, void have 'small' logo variants,
|
||||
use {distro}_small to use them.
|
||||
|
||||
|
@ -9421,6 +9421,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…
Add table
Reference in a new issue