You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that you have 2 packages from pipx, 7 packages from npm, 1599 packages from pacman, 15 games on steam, 5 packages on flatpak. The sequence of commands that ran to get these results are:
pipx list --short
cargo install --list
npm list -g --depth=0
pacman -Qq --color never
ls /home/null/.local/share/Steam/steamapps/common/*/
flatpak list --system
flatpak list --user
I think it's just that you have a lot of package managers and it takes time to query each of them. I tested each of them, and none seems to be particularly slow (the slowest is npm, but still finishes in 1.57s wall time), and the total wall time seems to be only 1.85s.
Since I can't replicate the slow down, please measure the time it takes for your machine to run each of these commands by running time {command} and we'll see which package manager is the culprit.
Okay I optimized the npm query by not calling npm list. Should be faster now.
Honestly, if you are looking for speed maybe try using the fastfetch backend. Fastfetch is extremely fast compared to neofetch, but the cost is that it doesn't support a lot of package managers that we do (npm, pipx, cargo, and steam are all not supported).
Describe the bug
When it hits 'packages' in config, delays for about 3 seconds before completing.
Expected behavior
Continuous fluid output of the lines specified in config.
Screenshots
Hang


Complete
Config
config.txt
Verbose log
neofetch.log
Ran the command recommended but replaced neofetch with neowofetch. Running neofetch alone does not produce the bug.
Additional context
Using kitty backend, zsh, and neowofetch on endeavourOS. It successfully renders my image and all other portions at expected speed.
The text was updated successfully, but these errors were encountered: