diff --git a/neofetch b/neofetch index f4f73f869..031ade817 100644 --- a/neofetch +++ b/neofetch @@ -988,6 +988,12 @@ get_distro() { . /etc/armbian-release distro="Armbian $DISTRIBUTION_CODENAME (${VERSION:-})" + elif [[ -f /etc/manjaro-release ]]; then + case $distro_shorthand in + on|tiny) distro="Manjaro Linux" ;; + *) distro="Manjaro Linux $(lsb_release -src)" + esac + elif [[ -f /etc/siduction-version ]]; then case $distro_shorthand in on|tiny) distro=Siduction ;;