Change Garuda terminal icon | Fastfetch | Custom Logo

On the first garuda install I performed the bird of prey displays when opening the terminal, but all subsequents(I install this a LOT, its my benchmarking/burn in distro and my Daily Driver) just have the garuda icon instead, how does one make them all display the righteous bird of prey!!

What I want!

What I get…

Thanks for understanding my childish antics, and thanks for the help

Schaden

I like Garuda Linux :slight_smile:

Check your config.fish and edit .jsonc file

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

GitHub - fastfetch-cli/fastfetch: A maintained, feature-rich and performance oriented, neofetch like system information tool.

5 Likes

I just needed

fastfetch --config dr460nized.jsonc

I also tested the other preset to see the best one

2 Likes

Just make an alias and do not forget the c

alias ofast 'fastfetch --config dr460nized.jsonc'
2 Likes

thanks for the catch I updated it

2 Likes

I added

fastfetch --config dr460nized.json

and it displays the dragonized but the old G displays after it so I have done something incorrectly.

How to replace it so old G doesn’t show?

check the jsonc file and make sure that this line is in there

"source": "/usr/share/icons/garuda/dr460nized-fastfetch.png",

Also you might have to change

~/.config/fish/config.fish

to include

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

or what ever terminal you use

2 Likes

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