@@ -984,6 +984,11 @@ background_color=
|
|||||||
stdout="auto"
|
stdout="auto"
|
||||||
EOF
|
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
|
# DETECT INFORMATION
|
||||||
|
|
||||||
get_os() {
|
get_os() {
|
||||||
|
|||||||
Reference in New Issue
Block a user