Add Rocky Linux (#1743)
* Add Rocky Linux * Add Rocky Linux ASCII Art * Add Rocky Linux into the ASCII logo list * Fix Co-authored-by: Kaleb <51819073+klebdotio@users.noreply.github.com>
This commit is contained in:
parent
87753c5057
commit
b7abdba2fd
1 changed files with 45 additions and 2 deletions
47
neofetch
47
neofetch
|
@ -800,8 +800,8 @@ image_source="auto"
|
|||
# osmc, Oracle, OS Elbrus, PacBSD, Parabola, Pardus, Parrot, Parsix,
|
||||
# TrueOS, PCLinuxOS, Pengwin, Peppermint, popos, Porteus, PostMarketOS,
|
||||
# Proxmox, Puppy, PureOS, Qubes, Quibian, Radix, Raspbian, Reborn_OS,
|
||||
# Redstar, Redcore, Redhat, Refracted_Devuan, Regata, Regolith, Rosa,
|
||||
# sabotage, Sabayon, Sailfish, SalentOS, Scientific, Septor,
|
||||
# Redstar, Redcore, Redhat, Refracted_Devuan, Regata, Regolith, Rocky,
|
||||
# Rosa, sabotage, Sabayon, Sailfish, SalentOS, Scientific, Septor,
|
||||
# SereneLinux, SharkLinux, Siduction, Slackware, SliTaz, SmartOS,
|
||||
# Solus, Source_Mage, Sparky, Star, SteamOS, SunOS, openSUSE_Leap, t2,
|
||||
# openSUSE_Tumbleweed, openSUSE, SwagArch, Tails, Trisquel,
|
||||
|
@ -9705,6 +9705,49 @@ ${c1}
|
|||
EOF
|
||||
;;
|
||||
|
||||
"rocky_small"*)
|
||||
set_colors 2
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
${c1} `-/+++++++++/-.`
|
||||
`-+++++++++++++++++-`
|
||||
.+++++++++++++++++++++.
|
||||
-+++++++++++++++++++++++.
|
||||
+++++++++++++++/-/+++++++
|
||||
+++++++++++++/. ./+++++
|
||||
+++++++++++:. ./+++
|
||||
+++++++++:` `:/:` .:/
|
||||
-++++++:` .:+++++:`
|
||||
.+++-` ./+++++++++:`
|
||||
`-` ./+++++++++++-
|
||||
-+++++++++:-.`
|
||||
EOF
|
||||
;;
|
||||
|
||||
"rocky"*)
|
||||
set_colors 35
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
${c1} __wgliliiligw_,
|
||||
_williiiiiiliilililw,
|
||||
_%iiiiiilililiiiiiiiiiii_
|
||||
.Qliiiililiiiiiiililililiilm.
|
||||
_iiiiiliiiiiililiiiiiiiiiiliil,
|
||||
.lililiiilililiiiilililililiiiii,
|
||||
_liiiiiiliiiiiiiliiiiiF{iiiiiilili,
|
||||
jliililiiilililiiili@` ~ililiiiiiL
|
||||
iiiliiiiliiiiiiili>` ~liililii
|
||||
liliiiliiilililii` -9liiiil
|
||||
iiiiiliiliiiiii~ "4lili
|
||||
4ililiiiiilil~| -w, )4lf
|
||||
-liiiiililiF' _liig, )'
|
||||
)iiiliii@` _QIililig,
|
||||
)iiii>` .Qliliiiililw
|
||||
)<>~ .mliiiiiliiiiiil,
|
||||
_gllilililiililii~
|
||||
giliiiiiiiiiiiiT`
|
||||
-^~$ililili@~~'
|
||||
EOF
|
||||
;;
|
||||
|
||||
"Rosa"*)
|
||||
set_colors 4 7 1
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
|
|
Loading…
Reference in a new issue