From 497f653d5c1095b51426c24a475020fbbf953529 Mon Sep 17 00:00:00 2001 From: Dylan Date: Thu, 21 Apr 2016 09:05:11 +1000 Subject: [PATCH] KDE Neon ascii art --- ascii/distro/kde | 20 ++++++++++++++++++++ neofetch | 5 +++++ 2 files changed, 25 insertions(+) create mode 100644 ascii/distro/kde diff --git a/ascii/distro/kde b/ascii/distro/kde new file mode 100644 index 00000000..b6aa9f63 --- /dev/null +++ b/ascii/distro/kde @@ -0,0 +1,20 @@ +${c1}' `..---+/---..` + `---.`` `` `.---.` + .--.` `` `-:-. + `:/: `.----//----.` :/- + .:. `---` `--.` .:` + .:` `--` .:- `:. + `/ `:. `.-::-.` -:` `/` + /. /. `:++++++++:` .: .: +`/ .: `+++++++++++/ /` `+` +/+` -- .++++++++++++` :. .+: +`/ .: `+++++++++++/ /` `+` + /` /. `:++++++++:` .: .: + ./ `:. `.:::-.` -:` `/` + .:` `--` .:- `:. + .:. `---` `--.` .:` + `:/: `.----//----.` :/- + .-:.` `` `-:-. + `---.`` `` `.---.` + `..---+/---..` +' diff --git a/neofetch b/neofetch index dca53f64..3535751c 100755 --- a/neofetch +++ b/neofetch @@ -2297,6 +2297,11 @@ colors () { setcolors 7 5 ;; + "KDE"*) + setcolors 2 7 + ascii_distro="kde" + ;; + "Kali"*) setcolors 4 8 ;;