prasanthrangan / hyprdots

// Aesthetic, dynamic and minimal dots for Arch hyprland

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: Fastfetch is failing to display PNG files

AtnProjects opened this issue · comments

Bug Report

Description

Fastfetch is failing to display PNG files correctly from the directory ~/.config/fastfetch/pngs/. Instead of displaying the image, it shows "�PNG", indicating recognition of the file format but improper rendering.

Steps to Reproduce

  1. Ensure that fastfetch is installed and configured correctly.
  2. Place PNG files in the directory ~/.config/fastfetch/pngs/.
  3. Run fastfetch.

Screenshots

imagen

  • Linux Distro: ArchLinux

  • Linux Version:Linux archlinux 6.9.3-arch1-186_64 GNU/Linux

  • Hyprland Version: 0.40.0

  • Installation Environment: Real hadware

The solution was to install imagemagick yay -S imagemagick

It's not installed when you installed HyDE?