From aa074c3f4b8635949304ddfab1ed5cefc3627884 Mon Sep 17 00:00:00 2001 From: Robert Date: Wed, 31 Jan 2018 15:17:12 +0100 Subject: [PATCH] Add files via upload --- neofetch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/neofetch b/neofetch index 3aa5d470..c7a285f2 100755 --- a/neofetch +++ b/neofetch @@ -3241,6 +3241,11 @@ get_distro_colors() { ascii_file="amazon" ;; + "Anarchy"*) + set_colors 4 6 + ascii_file="anarchy" + ;; + "Android"*) set_colors 2 7 ascii_file="android" @@ -3332,6 +3337,11 @@ get_distro_colors() { ascii_file="bunsenlabs" ;; + "Calculate"*) + set_colors 0 3 + ascii_file="calculate" + ;; + "CentOS"*) set_colors 3 2 4 5 7 ascii_file="centos" @@ -3638,6 +3648,11 @@ get_distro_colors() { ascii_file="nurunner" ;; + "NuTyX"*) + set_colors 4 + ascii_file="nutyx" + ;; + "OBRevenge"*) set_colors 1 7 3 ascii_file="obrevenge"