Skip to content

Commit

Permalink
[+] Add Peropesis Linux support
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna committed Nov 22, 2023
1 parent f66b128 commit ce1423b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions neofetch
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit ce1423b

Please sign in to comment.