Finally went ahead and uninstalled #neofetch which will fully retire later this year and switch to #fastfetch which indeed is faster and way more simpler (imo) to setup; not to mention it's actively maintained on https://github.com/fastfetch-cli/fastfetch !

Easy setup:
1. ` fastfetch --gen-config`
2. see all the options with `fastfetch -c all`
3. customize `codium config.jsonc`

#Fastfetch on the bottom, #Neofetch on the top. Similar enough. I just need to try to add relative humidity to the weather.

#terminal

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

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

GitHub

Added this to the config.jsonc to get the wttr.in customized output I prefer. #wttrin #neofetch #fastfetch #weather #terminal #commandline #cli

```
{
"type": "weather",
"location": "London",
"outputFormat": "%c+%C+%t+(%f)+%hRH",
"timeout": 1000
},
```