As regards dependencies, I think you can check directly with either:
sudo pacman -Si neofetch-git
sudo pacman -Si neofetch
I use paleofetch only because it seems faster, but still have neofetch-git.
Some hints on configuration I think could be found here (but it is a very long thread):
[2020-11-25_00-50]
The order for the areas is
[2020-11-10_18-13]
sudo sed -i '/"Garuda"/!b;n;cset_colors 4 6 8 1 3 7' /bin/neofetch
[2020-11-10_18-16]
Color palette start at 0
So first value for text "sgs@i3" is 4
For white logo and text use 7 7 7 7 7 7
For india logo use maybe 7 4 3 7 2 4 or 7 7 3 7 2 4
For user, they want start immediately
change /bin/neofetch (today line 7262 )
"Garuda"*)
set_colors 7 4 3 7 2 4
read -rd '' ascii_da…
1 Like