diff --git a/neofetch b/neofetch index 1181f669..8250da88 100755 --- a/neofetch +++ b/neofetch @@ -984,6 +984,11 @@ background_color= stdout="auto" EOF +# If /etc/neofetch/default.conf exist, set config variable to its content +if [[ -f /etc/neofetch/default.conf ]]; then + config="$(< /etc/neofetch/default.conf)" +fi + # DETECT INFORMATION get_os() {