-
-
Notifications
You must be signed in to change notification settings - Fork 525
Description
Hi, I am facing a problem with displaying logos in farfetch, when calling farfetch instead of logos the ascii arch logo appears.
I wanted to have different logos in different themes, in fastfetch.sh there are these lines
if [ -n “${HYDE_THEME}” ] && [ -d “${confDir}/hyde/themes/${HYDE_THEME}/logo” ]; then
image_dirs+=(“${confDir}/hyde/themes/${HYDE_THEME}/logo/”)
fi
So I added the logo directory to one of the themes and put my image there. After that instead of the expected picture I got ascii arch logo.
At the same time when writing the path manually in ~/.config/fastfetch/config.jsonc
“source” : ‘$HOME/path/to/your/ultmate/logo/best.png’, the logo is displayed correctly.
Also I know that fastfetch.sh logo outputs the correct path, also when simulated in terminal everything works, thanks for this information khing.
What to do next?

