neofetch icon indicating copy to clipboard operation
neofetch copied to clipboard

added Exodia OS Predator Edition logo

Open mmsaeed509 opened this issue 3 years ago • 2 comments

Description

added Exodia OS Predator Edition logo

Screenshot_2022-08-09-12-59-15_3840x1080

mmsaeed509 avatar Aug 08 '22 23:08 mmsaeed509

Thank you for your contribution!

This PR is merged into hyfetch since this repo (dylanaraps/neofetch) seems no longer maintained.

HyFetch is a fork of neofetch with LGBTQ pride flags, but the repo also maintains an updated version of the original neofetch, addressing many pull requests that are not merged in the original repo.

Read the "Running Updated Original Neofetch" section for more info!

hykilpikonna avatar Aug 11 '22 18:08 hykilpikonna

Also the colors are incorrectly assigned. In the ascii, you wrote ${c5} so it used the 5th color which isn't assigned in this case. I just changed it so that it used ${c1} instead, and that ${c1} is assigned to color 5, which is purple.

Before:

image

After:

image

hykilpikonna avatar Aug 11 '22 18:08 hykilpikonna