From cbece346f857a697e1816be0f8881af1b2f28c0e Mon Sep 17 00:00:00 2001 From: Chris Weeks Date: Thu, 21 Sep 2017 18:07:27 +1200 Subject: [PATCH] Update neofetch --- neofetch | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/neofetch b/neofetch index 20ae3720..8637b161 100755 --- a/neofetch +++ b/neofetch @@ -3202,6 +3202,11 @@ get_distro_colors() { ascii_file="cloveros" ;; + "Container Linux by CoreOS"*) + set_colors 4 7 1 + ascii_file="coreos" + ;; + "crux_small") set_colors 4 5 7 6 ascii_file="crux_small"