From 8affddb6080b82f114cb78344bd23d330e62f464 Mon Sep 17 00:00:00 2001 From: XYCert <107841184+Szab54@users.noreply.github.com> Date: Sun, 21 Jul 2024 11:58:25 +0200 Subject: [PATCH] HuterOS add --- screenfetch-dev | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/screenfetch-dev b/screenfetch-dev index e7682e1a..0e3f5140 100755 --- a/screenfetch-dev +++ b/screenfetch-dev @@ -636,6 +636,11 @@ detectdistro () { distro_release=$(source /etc/lsb-release; echo "$DISTRIB_RELEASE") distro_codename=$(source /etc/lsb-release; echo "$DISTRIB_CODENAME") ;; + "HuterOS") + distro=$(source /etc/os-release; echo "$PRETTY_NAME") + distro_release=$(source /etc/os-release; echo "$VERSION") + distro_codename=$(source /etc/lsb-release; echo "$VERSION_CODENAME") + ;; "Debian") if [[ -f /etc/crunchbang-lsb-release || -f /etc/lsb-release-crunchbang ]]; then distro="CrunchBang" @@ -4102,6 +4107,9 @@ asciiText () { "${c1} oWk, %s" "${c1} ;: %s") ;; + "HuterOS"( + +) "FreeBSD") if [[ "$no_color" != "1" ]]; then @@ -4356,7 +4364,32 @@ asciiText () { "${c1} :::::::::::::::::::::::::::: %s" "${c1} :::::::::::::::::::::: %s" "${c1} :::::::::::: %s") - ;; + ;; + + "HuterOS") + startline="1" + logowidth="46" + fulloutput=(""" + ########### + ### ### + ## #########= ## + ## ### ## #*## + # ## +#######+ ## # + # #- ## -# ## # + # # ## ## # # +-# ## ## ## ## ## +## # # # +#* # =# ################## +## # # + # ## ## :# *# #- + #= #= ## ## # # + # ## ## ## :# # + # *# #######* ## # + ## *## ### ## + ## ######### ## + ### ### + *#########* """) + ;; "ROSA") if [[ "$no_color" != "1" ]]; then @@ -4828,6 +4861,7 @@ asciiText () { "${c1} :oooooooooooooooooo: %s" "${c1} '''''''''''''''''' %s") ;; + "Mac OS X"|"macOS") if [[ "$no_color" != "1" ]]; then