From c36d349273943c0422a5e77fa97ea1e7dc061a29 Mon Sep 17 00:00:00 2001 From: Azalea Date: Wed, 3 Jun 2026 03:38:36 +0000 Subject: [PATCH] [+] FiwixOS (Fix #356) --- hyfetch/data/distros/fiwixos.ascii | 16 ++++++++++++++++ neofetch | 24 +++++++++++++++++++++++- 2 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 hyfetch/data/distros/fiwixos.ascii 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'