[PR] dylanaraps/neofetch#2097 from happyeggchen - Added CenterLinux (aka CenterOS) to neofetch
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2097 Thanks to @happyeggchen Co-authored-by: tsingkwai <tsingkwai@bluelaketable>
This commit is contained in:
commit
e6f91a36a7
1 changed files with 19 additions and 1 deletions
20
neofetch
20
neofetch
|
@ -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,
|
||||
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue