From 620bc2ca88a87b65833f3ad20a56c386be2e9a0f Mon Sep 17 00:00:00 2001 From: "Horst G. Burkhardt" Date: Wed, 29 Nov 2023 08:34:06 +0000 Subject: [PATCH 1/7] preliminary support for OSF/1 --- neofetch | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 583da6bb..08423865 100755 --- a/neofetch +++ b/neofetch @@ -1029,6 +1029,7 @@ get_os() { IRIX*) os=IRIX ;; FreeMiNT) os=FreeMiNT ;; Interix) os=Interix ;; + OSF1) os=digitalUNIX ;; Linux|GNU*) os=Linux @@ -1474,6 +1475,10 @@ get_distro() { Interix) distro="Interix ${kernel_version}" ;; + + digitalUNIX) + distro="digital UNIX ${$kernel_version}" + ;; esac distro=${distro//Enterprise Server} @@ -1482,7 +1487,7 @@ get_distro() { # Get OS architecture. case $os in - Solaris|illumos|AIX|Haiku|IRIX|FreeMiNT|BSD) + Solaris|illumos|AIX|Haiku|IRIX|FreeMiNT|BSD|digitalUNIX) machine_arch=$(uname -p) ;; From c2f69d64f4a647de772f0a482dd61742408602c0 Mon Sep 17 00:00:00 2001 From: "Horst G. Burkhardt" Date: Thu, 30 Nov 2023 00:01:37 +0000 Subject: [PATCH 2/7] =?UTF-8?q?Add=20distro=20logo=20for=20Ad=C3=A9lie=20L?= =?UTF-8?q?inux?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- neofetch | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 08423865..5155bcec 100755 --- a/neofetch +++ b/neofetch @@ -6856,7 +6856,29 @@ get_distro_ascii() { # # $ascii_distro is the same as $distro. case $(trim "$ascii_distro") in - "AIX"*) + "Adélie"*) + set_colors 4 6 12 14 + read -rd '' ascii_data <<'EOF' +${c1} ///\\\\\\\\\\> + /\\\\\\/// + /\\\\\\\\// + /\\\\\\/// + /\\\\/////\\ + __///\\\\\\\\/////\\ + _//////\\\\\\\\\\\\\\//// + ///////\\\\\\\\\\\\\\\\\\\\// + //////\\\\\\\\\\/ + /////\\\\\\\\\\/ + /////\\\\\\\\/ + /\\\\///\\\\\\/ + /\\\\\\/\\\/ + /\\\\\\\\// + ////// + /// \\\\\\\\\\ +EOF + ;; + + "AIX"*) set_colors 2 7 read -rd '' ascii_data <<'EOF' ${c1} `:+ssssossossss+-` From e080924040e673608c6b11dd5496adf644ea22ed Mon Sep 17 00:00:00 2001 From: "Horst G. Burkhardt" Date: Thu, 30 Nov 2023 00:08:44 +0000 Subject: [PATCH 3/7] =?UTF-8?q?Update=20distro=20logo=20for=20Ad=C3=A9lie?= =?UTF-8?q?=20Linux=20with=20distro=20tagline?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- neofetch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/neofetch b/neofetch index 5155bcec..1810b8b4 100755 --- a/neofetch +++ b/neofetch @@ -6859,11 +6859,11 @@ get_distro_ascii() { "Adélie"*) set_colors 4 6 12 14 read -rd '' ascii_data <<'EOF' -${c1} ///\\\\\\\\\\> +${c1} ///\\\\\\\\\\> /\\\\\\/// - /\\\\\\\\// - /\\\\\\/// - /\\\\/////\\ +refined. /\\\\\\\\// +reliable. /\\\\\\/// +ready. /\\\\/////\\ __///\\\\\\\\/////\\ _//////\\\\\\\\\\\\\\//// ///////\\\\\\\\\\\\\\\\\\\\// From 78bcf1e5cc47ca05663069b80ce223a29b73f591 Mon Sep 17 00:00:00 2001 From: "Horst G. Burkhardt" Date: Thu, 30 Nov 2023 00:13:34 +0000 Subject: [PATCH 4/7] add digital UNIX logo (uncolourised) for OSF/1, DEC UNIX, and Tru64 --- neofetch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/neofetch b/neofetch index 1810b8b4..73be04ca 100755 --- a/neofetch +++ b/neofetch @@ -9055,6 +9055,20 @@ ${c2} `Y$$ EOF ;; + "digital UNIX"*) + read -rd '' ascii_data <<'EOF' + +-+-+-+-+-+-+-+ + |d|i|g|i|t|a|l| + +-+-+-+-+-+-+-+ + _ _ _ _ _______ __ +| | | | \ | |_ _\ \ / / +| | | | \| | | | \ V / +| | | | . ` | | | > < +| |__| | |\ |_| |_ / . \ + \____/|_| \_|_____/_/ \_\ +EOF + ;; + "Droidian"*) set_colors 2 10 read -rd '' ascii_data <<'EOF' From b407bc0ea47fa4131c197f6a20f096b6b297b0ee Mon Sep 17 00:00:00 2001 From: "Horst G. Burkhardt" Date: Thu, 30 Nov 2023 00:26:06 +0000 Subject: [PATCH 5/7] fix and colourise digital UNIX logo --- neofetch | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/neofetch b/neofetch index 73be04ca..4467ed8b 100755 --- a/neofetch +++ b/neofetch @@ -9056,16 +9056,17 @@ EOF ;; "digital UNIX"*) + set_colors 1 6 7 read -rd '' ascii_data <<'EOF' +${c1} +-+-+-+-+-+-+-+ + |${c3}d${c1}|${c3}i${c1}|${c3}g${c1}|${c3}i${c1}|${c3}t${c1}|${c3}a${c1}|${c3}l${c1}| +-+-+-+-+-+-+-+ - |d|i|g|i|t|a|l| - +-+-+-+-+-+-+-+ - _ _ _ _ _______ __ +${c2} _ _ _ _ _______ __ | | | | \ | |_ _\ \ / / | | | | \| | | | \ V / | | | | . ` | | | > < | |__| | |\ |_| |_ / . \ - \____/|_| \_|_____/_/ \_\ + \____/|_| \_|_____/_/ \_\\ EOF ;; From 9a5d8fb97105b2a8ae399bd573d0f12c9a873ee6 Mon Sep 17 00:00:00 2001 From: "Horst G. Burkhardt" Date: Thu, 30 Nov 2023 07:53:19 +0000 Subject: [PATCH 6/7] =?UTF-8?q?colourise=20Ad=C3=A9lie=20Linux=20logo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- neofetch | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/neofetch b/neofetch index 4467ed8b..c8762cc3 100755 --- a/neofetch +++ b/neofetch @@ -6856,25 +6856,25 @@ get_distro_ascii() { # # $ascii_distro is the same as $distro. case $(trim "$ascii_distro") in - "Adélie"*) - set_colors 4 6 12 14 + "Adélie"* | "Adelie"*) + set_colors 4 7 6 read -rd '' ascii_data <<'EOF' -${c1} ///\\\\\\\\\\> - /\\\\\\/// -refined. /\\\\\\\\// -reliable. /\\\\\\/// -ready. /\\\\/////\\ +${c1} ${c3} ,-^-___ +${c3} /\\\\\\/// +${c2}refined.${c1} /\\\\\\\\// +${c2}reliable.${c1} /\\\\\\/// +${c2}ready.${c1} /\\\\/////\\ __///\\\\\\\\/////\\ - _//////\\\\\\\\\\\\\\//// - ///////\\\\\\\\\\\\\\\\\\\\// - //////\\\\\\\\\\/ +${c3} _//////\\\\\\\\\\\\\\//// +${c1} ///////${c3}\\\\\\\\\\\\\\\\\\\\// + //////${c1}\\\\\\\\\\/ /////\\\\\\\\\\/ - /////\\\\\\\\/ + /////${c3}\\\\\\\\/ /\\\\///\\\\\\/ - /\\\\\\/\\\/ + /\\\\\\/${c1}\\\/ /\\\\\\\\// ////// - /// \\\\\\\\\\ + /// ${c3}\\\\\\\\\\ EOF ;; From a2fb43bfca10f4d5bf281adac3a79ca684ba90ca Mon Sep 17 00:00:00 2001 From: "Horst G. Burkhardt" Date: Thu, 30 Nov 2023 10:24:24 +0000 Subject: [PATCH 7/7] =?UTF-8?q?add=20Ad=C3=A9lie=20Linux=20to=20list=20of?= =?UTF-8?q?=20ASCII=20logos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index c8762cc3..70410892 100755 --- a/neofetch +++ b/neofetch @@ -6446,7 +6446,7 @@ ASCII: --ascii_colors x x x x x x Colors to print the ascii art --ascii_distro distro Which Distro's ascii art to print - NOTE: AIX, AlmaLinux, Alpine, Alter, Amazon, AmogOS, Anarchy, + NOTE: Adélie, AIX, AlmaLinux, Alpine, Alter, Amazon, AmogOS, Anarchy, Android, Antergos, antiX, AOSC OS, Afterglow, Aperio GNU/Linux, Aperture, Apricity, Arch, ArchBox, Archcraft, archcraft_ascii, archcraft_minimal, ARCHlabs, ArchMerge, ArchStrike, ArcoLinux,