How to change fastfetch logo of dinosaur

how to change dino logo to personal logo in fastfetch please

$ alias fastfetch
alias fastfetch='/usr/bin/fastfetch --logo ${BLUEFIN_FETCH_LOGO}  -c /usr/share/ublue-os/ublue-os.jsonc'

fastfetch is aliased to point to the Bluefin config file, you can create a new alias for fastfetch that points to your config instead of the ublue one.

cheers, so this is a read only file, where does the bluefin bashrc reside other then in the user home directory?

Never mind, sorted. Thanks for the heads up, learned something new with fetching remote logos

alias fastfetch='/usr/bin/fastfetch --logo ~/var/home/.config/fastfetch/1.jsonc -c ~/.config/fastfetch/config.jsonc'

/etc/skel/.bashrc and /usr/etc/skel/.bashrc

Looks like you got it, ~/.config is the place I’d put it too!

ok, i did the following, the following is just for testing purposes:

fastfetch --logo /var/home/tolga/.config/fastfetch/alf2.png

and i get

or

but, as u will already know, its temporary as it reverts back to default ASCII on a new session:

and also how to get it in high resolution please:

How can i get it to fetch my own images from my repo, like how bluefin does it:

https://github.com/tolgaerok/tolga-scripts/tree/main/FEDORA-40/fastfetch/logo

again these are for testing and ill add my own personal logo png’s

These look so good! If you’ve ever got time to fix up our dinos it’d be amazing, we have a bunch of them that need to be fastfetched!

I think this is the right spot? Just copy them onto disk somewhere , you can either wget/curl them each build in your containerfile, or just check them into the repo your image is using.

1 Like

Ahhhhh so u ise the shuffle command. Sneaky sneaky lol love it…

Ok will do and if any good i can contribute to your project. ?

Yeah we get new dinosaurs regularly, and have some that still haven’t been added. Here they are: Dinosaur Gallery! - #6 by j0rge

Baically we need an ascii wrangler keeping them looking good!

ok, i got it to work on my traditional linux platform (fedora workstation), but there is a catch, it ran only on konsole (flatpak)

@j0rge what u think about these

I don’t think ptyxis supports those full resolution images.

I think the dev said he might support sixel images but is waiting on the vte backend or some such.

It doesn’t work on Fedora Workstation at the moment either, only in the console, since PTYxis is essentially the old GNOME Terminal, which doesn’t support high-res output.

Flatpak Konsole, on the other hand, is fantastic. I can’t understand why GNOME doesn’t make more use of KDE applications—they’re far superior to GNOME apps in many ways.

I have to admit, konsole on bluefin is far more superior.

ujust update and all ujust commands works fine.

Perhaps moving over to konsole opposed to gnome terminal (Ptyxis) would be a wise choice?

I also updated the following in my .bashrc to shuffle the logo’s in my $HOME/.config/fastfetch/logo/*

alias fastfetch='BLUEFIN_FETCH_LOGO=$(find $HOME/.config/fastfetch/logo/* | /usr/bin/shuf -n 1) && /usr/bin/fastfetch --logo $BLUEFIN_FETCH_LOGO -c $HOME/.config/fastfetch/config.jsonc'

but before carrying out this event, i had to comment out the follwoing in the bluefin-fastfetch.sh located in /etc/profile.d

# BLUEFIN_FETCH_LOGO="$(/usr/bin/find /usr/share/ublue-os/bluefin-logos/symbols/* | /usr/bin/shuf -n 1 )"
# alias fastfetch='/usr/bin/fastfetch --logo ${BLUEFIN_FETCH_LOGO}  -c /usr/share/ublue-os/ublue-os.jsonc'

Shuffle works and i get random dino’s on every new konsole session

Also, updated the config.jsonc to personal taste:

All shuffled and random logo’s on new konsole sessions

2 Likes

super cool @tolga_erok !

1 Like

I find it incredibly frustrating and wonder how an amazing project like Bluefin even exit when such surface level issues are taken so seriously…

1 Like

Thankfully the devs focus on making a great OS for us to enjoy.

1 Like

or maybe they’re doing this during their breaks :stuck_out_tongue_winking_eye:

1 Like

konsole in aurora looking good now

1 Like