fastfetch-cli / fastfetch

An actively maintained, feature-rich and performance oriented, neofetch like system information tool.
MIT License
8.36k stars 350 forks source link

way to add images instead of the logo #853

Closed Sarthak950 closed 2 months ago

Sarthak950 commented 2 months ago

240503_18-20-41

config from the neofetch image_source=$(pokeget random --hide-name)

program used neowofetch

CarterLi commented 2 months ago

What is pokeget?

CarterLi commented 2 months ago

Untested. I assume you need fastfetch --data-raw "${pokeget random --hide-name}"

Sarthak950 commented 2 months ago

pokefetch is a tool that display images of pokemon in the terminal

also this error pops up 240503_18-33-34 i use fish shell

CarterLi commented 2 months ago

pokeget random --hide-name | fastfetch --file-raw

image

Sarthak950 commented 2 months ago

u forget to add a dash at the end pokeget random --hide-name | fastfetch --file-raw - but yeah it works now thanks for replying so fast