From e9e70aeebd26d7ce077eb0db6a2c1b5658e4eacc Mon Sep 17 00:00:00 2001 From: Law Zava Date: Thu, 6 Feb 2020 20:02:57 +0100 Subject: [PATCH] regolith --- neofetch | 6 ------ 1 file changed, 6 deletions(-) diff --git a/neofetch b/neofetch index ecf7594d..69164c2b 100755 --- a/neofetch +++ b/neofetch @@ -965,12 +965,6 @@ get_distro() { distro="Proxmox VE ${distro%/*}" esac - elif [[ $DESKTOP_SESSION == regolith ]]; then - case $distro_shorthand in - on|tiny) distro="Regolith";; - *) distro="Regolith ($(lsb_release -sic))" - esac - elif type -p lsb_release >/dev/null; then case $distro_shorthand in on) lsb_flags=-si ;;