Endeavouros_small (neofetch logo)

Screenshot_20230425_082218

neofetch doesn’t have a “_small” variant for EndeavourOS (like it has for other distros), so I made one myself.

~/.config/neofetch/endeavouros_small

${c1}           /*
${c1}         #${c2}****${c3}*
${c1}       #${c2}********${c3}#
${c1}     ##${c2}**********${c3}##
${c1}   ##*${c2}************${c3}##
${c1} ###*${c2}*************${c3}##
${c3}   ###############

alias neofetch=“neofetch --source ~/.config/neofetch/endeavouros_small”

or if you’d rather edit the binary itself,
/usr/bin/neofetch

        "endeavouros_small"*)
            set_colors 1 5 4
            read -rd '' ascii_data <<'EOF'
${c1}           /*
${c1}         #${c2}****${c3}*
${c1}       #${c2}********${c3}#
${c1}     ##${c2}**********${c3}##
${c1}   ##*${c2}************${c3}##
${c1} ###*${c2}*************${c3}##
${c3}   ###############
EOF
        ;;

alias neofetch=“neofetch --ascii_distro endeavouros_small”

16 Likes

Lookin’ good!
honka_memes-128px-26

3 Likes

Very good, I have also been looking for something like that. Where do I get that and how do I put that in?

2 Likes

It would be nice to post the code of the image itself for others.

1 Like

Very nice, but it can never be as good as this one:

9 Likes

Since we are talking about frogs… I found this

You can download Frog, manually compile and install it from source. However, due to the many dependencies and required technical expertise this is not an easy endeavor.

https://frognlp.readthedocs.io/en/latest/installation.html

1 Like

@anon50380917neofetch

2 Likes

Edited to include code and instructions.

4 Likes