diff --git a/hyfetch/data/distros/fiwixos.ascii b/hyfetch/data/distros/fiwixos.ascii new file mode 100644 index 00000000..83282311 --- /dev/null +++ b/hyfetch/data/distros/fiwixos.ascii @@ -0,0 +1,16 @@ +{"match": "\"FiwixOS\"*|\"Fiwix\"*", "color": "45 45 18"} + ${c1}###########.${c3}########### + ${c1}###########.${c3}########### + ${c1}###########.${c3}########### + ${c1}###########.${c3}########### + ${c1}##########.${c3}########### + ${c1}#############.${c3}########## + ${c1}###############.${c3}########## + ${c1}#################.${c3}########## + ${c1}###############.${c3}########## + ${c1}#############.${c3}########## + ${c1}###########.${c3}########## + ${c1}############.${c3}########## + ${c1}############.${c3}########## + ${c1}############.${c3}########## + ${c1}###########.${c3}########## diff --git a/neofetch b/neofetch index 17f5366f..97107b98 100755 --- a/neofetch +++ b/neofetch @@ -1047,6 +1047,7 @@ get_os() { AIX) os=AIX ;; IRIX*) os=IRIX ;; FreeMiNT) os=FreeMiNT ;; + Fiwix) os=Fiwix ;; Interix) os=Interix ;; Ironclad) os=Ironclad;; OSF1) os=digitalUNIX ;; @@ -1077,7 +1078,7 @@ get_distro() { [[ $distro ]] && return case $os in - Linux|BSD|MINIX|Ironclad) + Linux|BSD|MINIX|Ironclad|Fiwix) if [[ -f /bedrock/etc/bedrock-release && -z $BEDROCK_RESTRICT ]]; then case $distro_shorthand in on|tiny) distro="Bedrock Linux" ;; @@ -10292,6 +10293,27 @@ ${c1} ,,:;;;;:,, EOF ;; + "FiwixOS"* | "Fiwix"*) + set_colors 45 45 18 + read -rd '' ascii_data <<'EOF' + ${c1}###########.${c3}########### + ${c1}###########.${c3}########### + ${c1}###########.${c3}########### + ${c1}###########.${c3}########### + ${c1}##########.${c3}########### + ${c1}#############.${c3}########## + ${c1}###############.${c3}########## + ${c1}#################.${c3}########## + ${c1}###############.${c3}########## + ${c1}#############.${c3}########## + ${c1}###########.${c3}########## + ${c1}############.${c3}########## + ${c1}############.${c3}########## + ${c1}############.${c3}########## + ${c1}###########.${c3}########## +EOF + ;; + "Furreto"*) set_colors 211 255 225 199 read -rd '' ascii_data <<'EOF'