Skip to content

The problem with the logo in fastfetch #507

@eigver

Description

@eigver

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?

Image

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions