fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

9.8K
active users

#fastfetch

3 posts3 participants0 posts today

Rilasciato Fastfetch 2.42: lo strumento per le informazioni di sistema si aggiorna e migliora il supporto BSD #fastfetch è uno strumento #opensource scritto principalmente in linguaggio C, progettato per fornire una panoramica dettagliata e personalizzabile delle informazioni di sistema direttamente nel terminale. Si tratta di una soluzione molto apprezzata tra le utenti GNU #linux grazie alla sua capacità di mostrare dati come sistema operativo, continua a leggere.......
laseroffice.it/blog/2025/05/06

Fastfetch 2.42
Aggregatore GNU/Linux e dintorni · Rilasciato Fastfetch 2.42: lo strumento per le informazioni di sistema si aggiorna e migliora il supporto BSD - Aggregatore GNU/Linux e dintorniFastfetch 2.42 introduce diversi miglioramenti e correzioni, con un’attenzione particolare al supporto dei sistemi BSD e alla precisione delle informazioni
Continued thread
Just tried the same on my ThinkPad which is my #Wayland setup with #Foot as the terminal.
I can run img2sixel in foot and display an image but if I run #Fastfetch with a custom image it just displays the normal ASCII logo. Yet if I use neofetch it works as expected so to me it's not an Xorg or Wayland issue or terminal Xterm or Foot it is something with #Fastfetch or the way it's built on #FreeBSD ??

Fastfetch line:

fastfetch --logo ~/Downloads/freebsd-icon-27.png --logo-type sixel

Neofetch line which works:

neofetch --sixel ~/Downloads/freebsd-icon-27.png

I just knew before even trying that such an option would be available lol, I know #Linux/#FOSS devs too well - to those who've been reluctant to replace #Neofetch with #Fastfetch just bcos you prefer the shorter, simpler output of Neo rather than the busy defaults of Fastfetch, you could run the following to have Fastfetch display outputs similar to what Neofetch offers OOTB:

fastfetch -c neofetch

Set an alias like the following, and you're golden:
alias neofetch='fastfetch -c neofetch'

That way you could have the exact same behaviour as Neofetch, but with the instant response time of Fastfetch. You can now peacefully uninstall the long deprecated, Neofetch - RIP o7