How to change fish terminal icon and fastfetch?

Hello!
What and where should I set/edit to make the fish icon and …fetch look like this (or similar)?

Garuda with Cinnamon DE
instead of garuda-inxi: (I’m on another machine)
CPU: i5-8600
GPU: Intel IGP
RAM: DDR4 8GB

Pls spend time to search here in forum or with your search engine.

3 Likes
1 Like

245 / 5,000
Thanks!
But if I edited the .config/fish/config.fish file with

if status --is-interactive && type -q fastfetch
fastfetch --config r460nized-fastfetch.jsonc
end

based on this

then the fish terminal was empty.
Missing icon and fastfetch


Excuse me please, I just format and edit your text :slight_smile: (SGS)

## Run fastfetch if session is interactive
if status --is-interactive && type -q fastfetch
   fastfetch --config dr460nized.jsonc
end

dr460nized.jsonc not r460nized-fastfetch.jsonc

or

## Run fastfetch if session is interactive
if status --is-interactive && type -q fastfetch
   fastfetch --config neofetch.jsonc
end
3 Likes

To change the Fish terminal icon, you can edit your ~/.config/fish/config.fish file and set the desired icon there. For Fastfetch, you might need to modify its configuration file (usually located in ~/.config/fastfetch/) to customize the output.

Not by default.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.