From a9f74d9d0128586e1dde6da598038f3403babe6d Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 16 Oct 2016 09:38:56 +1100 Subject: [PATCH] Add support for Sparky Linux --- neofetch | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/neofetch b/neofetch index 3112bdb5..9c40faf9 100755 --- a/neofetch +++ b/neofetch @@ -2565,6 +2565,11 @@ colors() { ascii_distro="puppy" ;; + "Sparky"*) + setcolors 1 7 + ascii_distro="sparky" + ;; + "Scientific"*) setcolors 4 1 7 ;;