Merge pull request #658 from sulincix/sulincix-patch-1

SulinOS Logo
This commit is contained in:
darealshinji
2021-05-16 13:51:50 +02:00
committed by GitHub

View File

@@ -1411,7 +1411,8 @@ detectpkgs () {
'Evolve OS')
pkgs=$(pisi list-installed | wc -l) ;;
'Sulin')
pkgs=$(inary li | wc -l) ;;
#alternative method : (inary li | wc -l)
pkgs=$(ls /var/lib/inary/package/ | wc -l) ;;
'Solus')
pkgs=$(eopkg list-installed | wc -l) ;;
'Source Mage GNU/Linux')
@@ -5673,33 +5674,34 @@ asciiText () {
"Sulin")
if [[ "$no_color" != "1" ]]; then
c1=$(getColor 'light gray') # Light Yellow
c1=$(getColor 'light gray') # Light GRAY
fi
if [ -n "${my_lcolor}" ]; then c1="${my_lcolor}"; fi
startline="1"
logowidth="45"
fulloutput=(
""
"${c1} ++ +++ %s"
"${c1} ++::+ ++:+: %s"
"${c1} +:~:~: +:~:~:+ %s"
"${c1} +:~::~:+ +~::::: %s"
"${c1} +:~:::~~+:~. ..~::.::+:~+ %s"
"${c1} +~:::. .::~:+ %s"
"${c1} +::. . .~:+ %s"
"${c1} :~:~+~..~ ~: ~++~++~+ %s"
"${c1} :++++++++:++:+++++++: %s"
"${c1} ++++ +:+++.+++++++++++.+++: %s"
"${c1} :. ~ :+++.+++++++++++~+++: %s"
"${c1} +~ .++++++++++ ++ ++++:+ %s"
"${c1} +: ~ :~+ +~+ ~+ +~+ %s"
"${c1} ++:+++++ +++ %s"
"${c1} +::~:++++++++++++++ %s"
"${c1} +++++++++++++++: %s"
"${c1} +:++++++++++++:: %s"
"${c1} :.~+++:++:++++..+ %s"
"${c1} +~::++::+~::+:.+ %s"
"${c1} :~~~~~:+~:~~~:+ %s")
"${c1} /\ /\ %s"
"${c1} ( \\ // ) %s"
"${c1} \ \\ // / %s"
"${c1} \_\\||||//_/ %s"
"${c1} \/ _ _ \ %s"
"${c1} \/|(O)(O)| %s"
"${c1} \/ | | %s"
"${c1} ___________________\/ \ / %s"
"${c1} // // |____| %s"
"${c1} // || / \ %s"
"${c1} //| \| \ 0 0 / %s"
"${c1} // \ ) V / \____/ %s"
"${c1}// \ / ( / %s"
"${c1} \ /_________| |_/ %s"
"${c1} / /\ / | || %s"
"${c1} / / / / \ || %s"
"${c1} | | | | | || %s"
"${c1} | | | | | || %s"
"${c1} |_| |_| |_|| %s"
"${c1} \_\ \_\ \_\\ %s"
"")
;;
"SwagArch")