From ce1423bfbd74c6393392552eb267d714d3322ce2 Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Wed, 22 Nov 2023 04:26:55 -0500 Subject: [PATCH] [+] Add Peropesis Linux support https://github.com/dylanaraps/neofetch/issues/2414 --- neofetch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/neofetch b/neofetch index f650cb4f..925f52b1 100755 --- a/neofetch +++ b/neofetch @@ -1263,6 +1263,9 @@ get_distro() { source /etc/VERSION distro="Synology DSM ${productversion}-${buildnumber} Update ${smallfixnumber}" + elif compgen -G "/usr/bin/*peropesis*" > /dev/null; then + distro="Peropesis" + else for release_file in /etc/*-release; do distro+=$(< "$release_file") @@ -12657,6 +12660,17 @@ dmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmd EOF ;; + "Peropesis"*) + set_colors 4 7 1 + read -rd '' ascii_data <<'EOF' +${c1}#### #### #### ### #### #### #### # #### +# # # # # # # # # # # # # +#### ### #### # # #### ### # # # +# # # # # # # # # # # +# #### # # ### # #### #### # #### +EOF + ;; + "Q4OS"*) set_colors 4 1 read -rd '' ascii_data <<'EOF'