Skip to content

Commit

Permalink
[PR] dylanaraps/neofetch#2085 from BlueSkyDetector - Add support for …
Browse files Browse the repository at this point in the history
…MIRACLE LINUX

Upstream PR: dylanaraps/neofetch#2085
Thanks to @BlueSkyDetector

Co-authored-by: Takanori Suzuki <[email protected]>
  • Loading branch information
hykilpikonna and BlueSkyDetector committed Jul 30, 2022
2 parents 3b5c470 + 27d711c commit 9c2e731
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions neofetch
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ image_source="auto"
# HydroOS, Hyperbola, iglunix, janus, Kali, KaOS, KDE_neon, Kibojoe, Kogaion, Korora,
# KSLinux, Kubuntu, LEDE, LaxerOS, LibreELEC, LFS, Linux_Lite, LMDE,
# Lubuntu, Lunar, macos, Mageia, MagpieOS, Mandriva, Manjaro, TeArch, Maui,
# Mer, Minix, LinuxMint, Live_Raizo, MX_Linux, Namib, Neptune, NetBSD,
# Mer, Minix, MIRACLE_LINUX, LinuxMint, Live_Raizo, MX_Linux, Namib, Neptune, NetBSD,
# Netrunner, Nitrux, NixOS, NomadBSD, Nurunner, NuTyX, OBRevenge, OpenBSD,
# openEuler, OpenIndiana, openmamba, OpenMandriva, OpenStage, OpenWrt,
# osmc, Oracle, Orchid, OS Elbrus, PacBSD, Parabola, Pardus, Parrot, Parsix,
Expand Down Expand Up @@ -5201,7 +5201,7 @@ ASCII:
GoboLinux, GrapheneOS, Grombyang, Guix, Haiku, Huayra, Hyperbola, iglunix, janus, Kali,
KaOS, KDE_neon, Kibojoe, Kogaion, Korora, KSLinux, Kubuntu, LEDE,
LaxerOS, LibreELEC, LFS, Linux_Lite, LMDE, Lubuntu, Lunar, macos,
Mageia, MagpieOS, Mandriva, Manjaro, TeArch, Maui, Mer, Minix, LinuxMint,
Mageia, MagpieOS, Mandriva, Manjaro, TeArch, Maui, Mer, Minix, MIRACLE_LINUX, LinuxMint,
Live_Raizo, MX_Linux, Namib, Neptune, NetBSD, Netrunner, Nitrux,
NixOS, NomadBSD, Nurunner, NuTyX, OBRevenge, OpenBSD, openEuler, OpenIndiana,
openmamba, OpenMandriva, OpenStage, OpenWrt, osmc, Oracle, Orchid,
Expand Down Expand Up @@ -8811,6 +8811,28 @@ ${c2} -sdhyo+:-` -/syymm:
EOF
;;

"MIRACLE LINUX"* | "MIRACLE_LINUX"*)
set_colors 29
read -rd '' ascii_data <<'EOF'
${c1} ,A
.###
.#' .#### .#.
r##: :#### ####.
+###; :#### ######C
:####: #### ,######".#.
.# :####. :### #####'.#####.
##: `####. ### ###'.########+.
#### `####::## ##'.#######+'
####+.`###i## #',####:'
`+###MI`##### 'l###:'
`+####+`### ;#E'
`+###:## #'
`:### '
'##
';
EOF
;;

"linuxmint_small"*)
set_colors 2 7
read -rd '' ascii_data <<'EOF'
Expand Down

0 comments on commit 9c2e731

Please sign in to comment.