From 088f48b9e9930456c146c484545ebde53921a1db Mon Sep 17 00:00:00 2001 From: sulincix <55052890+sulincix@users.noreply.github.com> Date: Tue, 31 Aug 2021 20:07:10 +0000 Subject: [PATCH] Sulin --- neofetch | 67 ++++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 48 insertions(+), 19 deletions(-) diff --git a/neofetch b/neofetch index a8c94984..9c53833d 100755 --- a/neofetch +++ b/neofetch @@ -803,7 +803,7 @@ image_source="auto" # Reborn_OS, Redstar, Redcore, Redhat, Refracted_Devuan, Regata, Regolith, # Rocky, Rosa, sabotage, Sabayon, Sailfish, SalentOS, Scientific, Septor, # SereneLinux, SharkLinux, Siduction, SkiffOS, Slackware, SliTaz, SmartOS, -# Solus, Source_Mage, Sparky, Star, SteamOS, SunOS, openSUSE_Leap, t2, +# Solus, Sulin, Source_Mage, Sparky, Star, SteamOS, SunOS, openSUSE_Leap, t2, # openSUSE_Tumbleweed, openSUSE, SwagArch, Tails, Trisquel, # Ubuntu-Cinnamon, Ubuntu-Budgie, Ubuntu-GNOME, Ubuntu-MATE, # Ubuntu-Studio, Ubuntu, Univention, Venom, Void, LangitKetujuh, semc, @@ -1577,6 +1577,8 @@ get_packages() { has emerge && dir "/var/db/pkg/*/*" has Compile && dir "/Programs/*/" has eopkg && dir "/var/lib/eopkg/package/*" + has inary && dir "/var/lib/inary/package/*" + has tekel && dir "/data/app/$USER/* /data/app/system/*" has crew && dir "${CREW_PREFIX:-/usr/local}/etc/crew/meta/*.filelist" has pkgtool && dir "/var/log/packages/*" has scratch && dir "/var/lib/scratchpkg/index/*/.pkginfo" @@ -5147,7 +5149,7 @@ ASCII: Redstar, Redcore, Redhat, Refracted_Devuan, Regata, Regolith, Rosa, sabotage, Sabayon, Sailfish, SalentOS, Scientific, Septor, SereneLinux, SharkLinux, Siduction, Slackware, SliTaz, SmartOS, - Solus, Source_Mage, Sparky, Star, SteamOS, SunOS, openSUSE_Leap, + Solus, Sulin, Source_Mage, Sparky, Star, SteamOS, SunOS, openSUSE_Leap, t2, openSUSE_Tumbleweed, openSUSE, SwagArch, Tails, Trisquel, Ubuntu-Cinnamon, Ubuntu-Budgie, Ubuntu-GNOME, Ubuntu-MATE, Ubuntu-Studio, Ubuntu, Univention, Venom, Void, LangitKetujuh, semc, @@ -6080,23 +6082,23 @@ EOF "ArchStrike"*) set_colors 8 6 read -rd '' ascii_data <<'EOF' -${c1}                   *    -                  **. -                 **** -                ****** -                ******* -              ** ******* -             **** ******* -            ${c1}****${c2}_____${c1}***${c2}/${c1}* -           ***${c2}/${c1}*******${c2}//${c1}*** -          **${c2}/${c1}********${c2}///${c1}*${c2}/${c1}** -         **${c2}/${c1}*******${c2}////${c1}***${c2}/${c1}** -        **${c2}/${c1}****${c2}//////.,${c1}****${c2}/${c1}** -       ***${c2}/${c1}*****${c2}/////////${c1}**${c2}/${c1}*** -      ****${c2}/${c1}****    ${c2}/////${c1}***${c2}/${c1}**** -     ******${c2}/${c1}*** ${c2}////   ${c1}**${c2}/${c1}****** -    ********${c2}/${c1}* ${c2}///      ${c1}*${c2}/${c1}******** -  ,******     ${c2}// ______ /    ${c1}******, +${c1} * + **. + **** + ****** + ******* + ** ******* + **** ******* + ${c1}****${c2}_____${c1}***${c2}/${c1}* + ***${c2}/${c1}*******${c2}//${c1}*** + **${c2}/${c1}********${c2}///${c1}*${c2}/${c1}** + **${c2}/${c1}*******${c2}////${c1}***${c2}/${c1}** + **${c2}/${c1}****${c2}//////.,${c1}****${c2}/${c1}** + ***${c2}/${c1}*****${c2}/////////${c1}**${c2}/${c1}*** + ****${c2}/${c1}**** ${c2}/////${c1}***${c2}/${c1}**** + ******${c2}/${c1}*** ${c2}//// ${c1}**${c2}/${c1}****** + ********${c2}/${c1}* ${c2}/// ${c1}*${c2}/${c1}******** + ,****** ${c2}// ______ / ${c1}******, EOF ;; @@ -10535,6 +10537,33 @@ ${c2} -``````````` `:+ssssssssssssssssssss+- `-/+ssssssssssso+/-` `.-----..` +EOF + ;; + + "Sulin"*) + set_colors 4 7 1 + read -rd '' ascii_data <<'EOF' +${c2} + /\ /\ + ( \\\\ // ) + \ \\\\ // / + \_\\\\||||//_/ + \/ _ _ \ + \/|(O)(O)| + \/ | | + ___________________\/ \ / + // // |____| + // || / \ + //| \| \ 0 0 / + // \ ) V / \____/ +// \ / ( / + \ /_________| |_/ + / /\ / | || + / / / / \ || + | | | | | || + | | | | | || + |_| |_| |_|| + \_\ \_\ \_\\ EOF ;;