Skip to content

Commit

Permalink
[PR] dylanaraps/neofetch#2242 from aderepas - Add Kali linux small logo
Browse files Browse the repository at this point in the history
Upstream PR: dylanaraps/neofetch#2242
Thanks to @Aderepas

Co-authored-by: KIRISHIMA Touka <tkirishima@gmail.com>
  • Loading branch information
hykilpikonna and KIRISHIMA Touka committed Nov 27, 2022
2 parents 1bccaad + 36605b9 commit b2b51fa
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions neofetch
Original file line number Diff line number Diff line change
Expand Up @@ -9454,6 +9454,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'
Expand Down

0 comments on commit b2b51fa

Please sign in to comment.