Skip to content

Instantly share code, notes, and snippets.

@camnw
Created June 2, 2019 13:18
Show Gist options
  • Star 9 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save camnw/66a2afcfe6d76a579cb001d0b6073b2d to your computer and use it in GitHub Desktop.
Save camnw/66a2afcfe6d76a579cb001d0b6073b2d to your computer and use it in GitHub Desktop.
Minecraft Bedrock Neofetch Ascii
1.
Place all of the lines between the #'s into $HOME/.config/neofetch/bedrock (Don't include the #'s).
#######################################################################################
${c3}██${c4}████████${c3}██${c1}████${c5}██${c1}██${c3}██${c4}████████${c3}██
${c3}████${c1}████████████${c4}██${c1}██████${c5}██${c3}████${c4}██
${c3}██${c5}██${c4}████${c5}██${c4}██████${c1}██${c4}██${c3}██████${c1}██${c3}████
${c3}██${c1}██${c3}██████${c5}██${c3}██${c1}██${c3}████${c4}██████████${c3}██
${c3}██${c1}████${c4}██████████████${c1}██████████${c5}██
${c4}████${c3}██████${c4}██████${c3}██${c5}██${c3}████${c4}████${c5}██${c3}██
${c1}████${c3}██${c2}██${c3}██${c4}██${c1}████${c3}████████${c1}██████${c5}██
${c3}██████${c4}████████████${c5}██${c4}████████${c3}████
${c3}██${c1}████${c5}██${c1}██${c4}██${c3}██████${c1}██████████████
${c3}██${c4}████████████${c3}██${c5}██${c3}████${c4}██████${c1}██${c3}██
${c3}████${c1}██${c4}████${c1}████${c4}██${c5}██${c4}██${c1}██████${c3}██████
${c5}██${c3}██████${c4}██${c3}██████${c1}████${c3}██████${c1}████${c5}██
${c3}██${c4}██████████████${c1}████${c4}██████████${c3}██
${c3}██${c1}██${c4}██${c1}██${c5}██${c3}████${c4}██████${c5}██${c4}██${c3}████${c1}████
${c3}██████${c4}██████████${c3}████${c1}████${c3}██${c4}████${c3}██
${c4}████████${c5}██${c1}████${c3}████████${c4}██████${c3}████
#######################################################################################
2.
Open your neofetch config
Search for 'image_source=' and find this line.
image_source="ascii"
replace "ascii" with "$HOME/.config/neofetch/bedrock"
3.
Search for 'ascii_distro=' and find this line.
ascii_distro="auto"
make sure it says auto in the quotes.
4.
Search for 'ascii_colors=' and find this line.
ascii_colors=(distro)
replace (distro) with (248 242 240 237 232)
Save the file and you are done.
@nektro
Copy link

nektro commented Jun 2, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment