From dfd08b4ce4adec586633042874489cb96ed0e8d8 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 12 Jul 2017 15:04:16 +1000 Subject: [PATCH] distro: Added support for Sabotage Linux --- ascii/distro/sabotage | 12 ++++++++++++ neofetch | 5 +++++ 2 files changed, 17 insertions(+) create mode 100644 ascii/distro/sabotage diff --git a/ascii/distro/sabotage b/ascii/distro/sabotage new file mode 100644 index 00000000..d4490fc8 --- /dev/null +++ b/ascii/distro/sabotage @@ -0,0 +1,12 @@ + +${c2} .|'''.| | '||''|. ..|''|| + ||.. ' ||| || || .|' || + ''|||. | || ||'''|. || || +. '|| .''''|. || || '|. || +|'....|' .|. .||. .||...|' ''|...|' + +|''||''| | ..|'''.| '||''''| + || ||| .|' ' || . + || | || || .... ||''| + || .''''|. '|. || || + .||. .|. .||. ''|...'| .||.....| diff --git a/neofetch b/neofetch index b9e2b096..f795747a 100755 --- a/neofetch +++ b/neofetch @@ -3325,6 +3325,11 @@ get_distro_colors() { ascii_file="rosa" ;; + "sabotage"*) + set_colors 4 7 1 + ascii_file="sabotage" + ;; + "Sabayon"*) set_colors 4 7 1 ascii_file="sabayon"