-
Hello. If anybody can help me out with this: I tried to change fastfetch with my custom ascii logo. I did this before with neofetch. But now its not working for some reason. I've already check many tutorials and here the github's project and did what it says. Maybe am i missing something? This is how i edited my config.jsonc:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
You should check this: https://github.com/fastfetch-cli/fastfetch/wiki/Migrate-Neofetch-Logo-To-Fastfetch If it still doesn't work, you should upload your ascii logo file |
Beta Was this translation helpful? Give feedback.
-
I have found a workaround for this:
Problem solved. Notes aside: this wont overwrite your config.jsonc with your previous fastfetch installation, but still you can make a backup for it just in case. In my case i did it, but it didnt need it. |
Beta Was this translation helpful? Give feedback.
I have found a workaround for this:
I downloaded the source code of fastfetch
git clone https://github.com/fastfetch-cli/fastfetch.git
cd fastfetch
Join in the folder fastfetch -> src -> logo -> ascii -> and edited with my custom ascii one of the default ascii that fastfetch already comes with
Then i build from source code fastfetch following the instructions from here: https://github.com/fastfetch-cli/fastfetch/wiki/Building
(I have LMDE6: so to build from source code i had to install cmake, no problem is in the software manager)
Then in console:
make
sudo make install
Problem solved.
Notes aside: this wont overwrite your config.jsonc with your previous fastfetch installation, …