neofetch
neofetch copied to clipboard
system-wide editable config ?
Hello,
after installation from official Bullseye repo on my Debian installation, I can't find the system-wide config file as the man mention it ?
Neofetch also installs a system-wide editable config file at /etc/neofetch/config.conf (This is where it copies the user config from).
Only two neofetch/config.conf are find on my system, and /etc/neofetch does not exist
root@linology:~# locate neofetch/config.conf
/home/qwrty/.config/neofetch/config.conf
/root/.config/neofetch/config.conf
Any idea ?
Thank you !
~~The manpage is incorrect as that is (iirc) old behavior.~~ (manpage is fine) Neofetch's config file is embedded in neofetch's source. You would be correct that there's no system-wide configuration file.
... then how do we set up a default for ALL users? Why was the default config removed?
I noticed the system creates /home/user/.config/neofetch/config.conf file after running neofetch command. So it copies from somewhere. I tried editing /bin/neofetch and /usr/bin/neofetch, but it didn't make any difference. BTW - I need this to edit the information showing up on tty1 login screen
So is this being fixed seems like quite a few people want it??
Depending on what your intended use case is, you could put a "global" config in /etc/skel/.config/neofetch/config
. This will create a copy of the "global" config file for every new user you create. This allows you to configure the default settings, while allowing the user(s) to extend or modify the file later.
RPi Terminal
whereis neofetch