Add initial Ubuntu Sway logo
This commit is contained in:
parent
ccd5d9f526
commit
42cda441f1
1 changed files with 35 additions and 3 deletions
38
neofetch
38
neofetch
|
@ -806,7 +806,7 @@ image_source="auto"
|
|||
# Solus, Source_Mage, Sparky, Star, SteamOS, SunOS, openSUSE_Leap, t2,
|
||||
# openSUSE_Tumbleweed, openSUSE, SwagArch, Tails, Trisquel,
|
||||
# Ubuntu-Cinnamon, Ubuntu-Budgie, Ubuntu-GNOME, Ubuntu-MATE,
|
||||
# Ubuntu-Studio, Ubuntu, Univention, Venom, Void, VNux, LangitKetujuh, semc,
|
||||
# Ubuntu-Studio, Ubuntu-Sway, Ubuntu, Univention, Venom, Void, VNux, LangitKetujuh, semc,
|
||||
# Obarun, windows10, Windows7, Xubuntu, Zorin, and IRIX have ascii logos.
|
||||
# NOTE: Arch, Ubuntu, Redhat, Fedora and Dragonfly have 'old' logo variants.
|
||||
# Use '{distro name}_old' to use the old logos.
|
||||
|
@ -5166,7 +5166,7 @@ ASCII:
|
|||
Solus, Source_Mage, Sparky, Star, SteamOS, SunOS, openSUSE_Leap,
|
||||
t2, openSUSE_Tumbleweed, openSUSE, SwagArch, Tails, Trisquel,
|
||||
Ubuntu-Cinnamon, Ubuntu-Budgie, Ubuntu-GNOME, Ubuntu-MATE,
|
||||
Ubuntu-Studio, Ubuntu, Univention, Venom, Void, VNux, LangitKetujuh, semc,
|
||||
Ubuntu-Studio, Ubuntu-Sway, Ubuntu, Univention, Venom, Void, VNux, LangitKetujuh, semc,
|
||||
Obarun, windows10, Windows7, Xubuntu, Zorin, and IRIX have ascii logos.
|
||||
|
||||
NOTE: Arch, Ubuntu, Redhat, Fedora and Dragonfly have 'old' logo variants.
|
||||
|
@ -11015,7 +11015,39 @@ ${c1} ..-::::::-.`
|
|||
..-::::::-..
|
||||
EOF
|
||||
;;
|
||||
|
||||
|
||||
"Ubuntu Sway"* | "Ubuntu-Sway")
|
||||
set_colors 6 7
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
${c1}
|
||||
.:--===++++===--:.
|
||||
.-=++++++++++++++++++++=-.
|
||||
.-++++++++++++++++++++++++++++-.
|
||||
:=++++++++++++++++++++++++++++++++=:
|
||||
.=++++++++++++++++++++++++:.-=++++++++=.
|
||||
-+++++++++++++=-:........=: .=++++++++-
|
||||
=+++++++++++=:==-=++++++++- -++++++++++=
|
||||
=++++++++++=..-+++=:.:::..:-==:.-:=++++++++++=
|
||||
-++++++++++: -++:.=++++++++=-..-++: =++++++++++-
|
||||
.++++++++++: =+= :+++++++++++++=..++- -++++++++++.
|
||||
-+++++++++=.=+= =++++++++++++++++:.++: ++++++++++-
|
||||
=++++++:....-+.:++++++++++++++++++ -+= -+++++++++=
|
||||
+++++++. -+ -++++++++++++++++++=+++=+++++++++++
|
||||
=++++++. -+.:++++++++++++++++++ -+= =+++++++++=
|
||||
-++++++++++:-+= =++++++++++++++++:.++..++++++++++-
|
||||
.++++++++++- =+= :+++++++++++++=..++: =++++++++++.
|
||||
-++++++++++- :++-:+==++++++=-..=+=..=++++++++++-
|
||||
=++++++++++=: :+++-:.:::..:-=-::--+++++++++++=
|
||||
=+++++++++++=-+-:-==++++==. .+++++++++++=
|
||||
-++++++++++++++=-::....:=- -+++++++++-
|
||||
.=+++++++++++++++++++++++=.-=+++++++++=.
|
||||
:=++++++++++++++++++++++++++++++++=:
|
||||
.-++++++++++++++++++++++++++++-.
|
||||
.-=++++++++++++++++++++=-.
|
||||
.:--===++++===--:.
|
||||
EOF
|
||||
;;
|
||||
|
||||
"ubuntu_small")
|
||||
set_colors 1 7 3
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
|
|
Loading…
Reference in a new issue