Re: Wrong memory reported on terminal screens
Reply #18 –
Yep. With very few dependencies:
Depends On : glibc yyjson
But extra features over neofetch if you choose to install the the required libs and programs..
I like this methodology of programming. Where features I don't intend to use aren't all hard depends because the programmers couldn't be bothered to dynamically check if a library was available.
An instance which springs to mind was when powerdevil used to hard depend on networkmanager and you had to install a forked version from AUR which removed this and a few other hard depends if you didn't want the bloat. Having a power management tool depend on a particular network manager, when more than one is available and none generally necessary, was beyond dumb. powerdevil has since been fixed to avoid such nonsense.