-
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: 3 comments 4 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 think I actually see the problem here. You forgot to add If you're still interested, here's your fixed, config.jsonc (Remove the comment tag on your preferred logo)
Let me know if you encounter any problems. |
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, …