New ASCII logo for Fedora (#1736)
* Added new ASCII logo for Fedora * Added new ASCII art for Fedora * Added new ASCII for Fedora
This commit is contained in:
parent
d8b58a10b9
commit
21c9c5f22b
2 changed files with 29 additions and 4 deletions
31
neofetch
31
neofetch
|
@ -808,7 +808,7 @@ image_source="auto"
|
|||
# Ubuntu-Cinnamon, Ubuntu-Budgie, Ubuntu-GNOME, Ubuntu-MATE,
|
||||
# Ubuntu-Studio, Ubuntu, Univention, Venom, Void, semc, Obarun,
|
||||
# windows10, Windows7, Xubuntu, Zorin, and IRIX have ascii logos.
|
||||
# NOTE: Arch, Ubuntu, Redhat, and Dragonfly have 'old' logo variants.
|
||||
# NOTE: Arch, Ubuntu, Redhat, Fedora and Dragonfly have 'old' logo variants.
|
||||
# Use '{distro name}_old' to use the old logos.
|
||||
# NOTE: Ubuntu has flavor variants.
|
||||
# Change this to Lubuntu, Kubuntu, Xubuntu, Ubuntu-GNOME,
|
||||
|
@ -5072,7 +5072,7 @@ ASCII:
|
|||
Ubuntu-Studio, Ubuntu, Univention, Venom, Void, semc, Obarun,
|
||||
windows10, Windows7, Xubuntu, Zorin, and IRIX have ascii logos.
|
||||
|
||||
NOTE: Arch, Ubuntu, Redhat, and Dragonfly have 'old' logo variants.
|
||||
NOTE: Arch, Ubuntu, Redhat, Fedora and Dragonfly have 'old' logo variants.
|
||||
|
||||
NOTE: Use '{distro name}_old' to use the old logos.
|
||||
|
||||
|
@ -7161,7 +7161,7 @@ ${c1}\\ \\${c2}__/ |
|
|||
EOF
|
||||
;;
|
||||
|
||||
"Fedora"* | "RFRemix"*)
|
||||
"Fedora_old"* | "RFRemix"*)
|
||||
set_colors 4 7 1
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
${c1} /:-------------:\\
|
||||
|
@ -7183,6 +7183,31 @@ ${c1} /:-------------:\\
|
|||
:---------------------://
|
||||
EOF
|
||||
;;
|
||||
|
||||
"Fedora"*)
|
||||
set_colors 12 7
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
${c1} .',;::::;,'.
|
||||
.';:cccccccccccc:;,.
|
||||
.;cccccccccccccccccccccc;.
|
||||
.:cccccccccccccccccccccccccc:.
|
||||
.;ccccccccccccc;${c2}.:dddl:.${c1};ccccccc;.
|
||||
.:ccccccccccccc;${c2}OWMKOOXMWd${c1};ccccccc:.
|
||||
.:ccccccccccccc;${c2}KMMc${c1};cc;${c2}xMMc${c1};ccccccc:.
|
||||
,cccccccccccccc;${c2}MMM.${c1};cc;${c2};WW:${c1};cccccccc,
|
||||
:cccccccccccccc;${c2}MMM.${c1};cccccccccccccccc:
|
||||
:ccccccc;${c2}oxOOOo${c1};${c2}MMM0OOk.${c1};cccccccccccc:
|
||||
cccccc;${c2}0MMKxdd:${c1};${c2}MMMkddc.${c1};cccccccccccc;
|
||||
ccccc;${c2}XM0'${c1};cccc;${c2}MMM.${c1};cccccccccccccccc'
|
||||
ccccc;${c2}MMo${c1};ccccc;${c2}MMW.${c1};ccccccccccccccc;
|
||||
ccccc;${c2}0MNc.${c1}ccc${c2}.xMMd${c1};ccccccccccccccc;
|
||||
cccccc;${c2}dNMWXXXWM0:${c1};cccccccccccccc:,
|
||||
cccccccc;${c2}.:odl:.${c1};cccccccccccccc:,.
|
||||
:cccccccccccccccccccccccccccc:'.
|
||||
.:cccccccccccccccccccccc:;,..
|
||||
'::cccccccccccccc::;,.
|
||||
EOF
|
||||
;;
|
||||
|
||||
"Feren"*)
|
||||
set_colors 4 7 1
|
||||
|
|
|
@ -325,7 +325,7 @@ Ubuntu-Cinnamon, Ubuntu-Budgie, Ubuntu-GNOME, Ubuntu-MATE,
|
|||
Ubuntu-Studio, Ubuntu, Univention, Venom, Void, semc, Obarun,
|
||||
windows10, Windows7, Xubuntu, Zorin, and IRIX have ascii logos.
|
||||
.IP
|
||||
NOTE: Arch, Ubuntu, Redhat, and Dragonfly have 'old' logo variants.
|
||||
NOTE: Arch, Ubuntu, Redhat, Fedora and Dragonfly have 'old' logo variants.
|
||||
.IP
|
||||
NOTE: Use '{distro name}_old' to use the old logos.
|
||||
.IP
|
||||
|
|
Loading…
Reference in a new issue