parent
717b74c30b
commit
60b4b925d3
1 changed files with 5 additions and 0 deletions
5
neofetch
5
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() {
|
||||
|
|
Loading…
Reference in a new issue