Skip to content

Commit

Permalink
[PR] dylanaraps#2097 from happyeggchen - Added CenterLinux (aka Cente…
Browse files Browse the repository at this point in the history
…rOS) to neofetch

Upstream PR: dylanaraps#2097
Thanks to @happyeggchen

Co-authored-by: tsingkwai <tsingkwai@bluelaketable>
  • Loading branch information
hykilpikonna and tsingkwai committed Jul 30, 2022
2 parents 037bff7 + 37b8def commit e6f91a3
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion neofetch
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ image_source="auto"
# Antergos, antiX, "AOSC OS", "AOSC OS/Retro", Apricity, ArchCraft,
# ArcoLinux, ArchBox, ARCHlabs, ArchStrike, XFerience, ArchMerge, Arch,
# Artix, Arya, Bedrock, Bitrig, BlackArch, BLAG, BlankOn, BlueLight,
# Bodhi, bonsai, BSD, BunsenLabs, Calculate, Carbs, CentOS, Chakra, ChaletOS,
# Bodhi, bonsai, BSD, BunsenLabs, Calculate, Carbs, CentOS, CenterOS, Chakra, ChaletOS,
# Chapeau, Chrom*, Cleanjaro, ClearOS, Clear_Linux, Clover, Condres,
# Container_Linux, Crystal Linux, CRUX, Cucumber, dahlia, Debian, Deepin,
# DesaOS, Devuan, DracOS, DarkOs, Itc, DragonFly, Drauger, Elementary,
Expand Down Expand Up @@ -6695,6 +6695,24 @@ ${c2} <><><><>
EOF
;;

"Center"*)
read -rd '' ascii_data <<'EOF'
${c2} .
o,
. d, .
';' ..d;.. .cl'
.:; 'oldO,.oo.
..,:,xKXxoo;'.
,;;;;;ldxkONMMMXxkxc;;;;;.
.....':oddXWMNOxlcl:......
.:dlxk0c;:. .
:d:.,xcld,.,:.
;l, .l; ';'
.o;
l,
EOF
;;

"Chakra"*)
set_colors 4 5 7 6
read -rd '' ascii_data <<'EOF'
Expand Down

0 comments on commit e6f91a3

Please sign in to comment.