[PR] dylanaraps/neofetch#2023 from cloudwithax - Add Soda Linux to supported distributions.
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2023 Thanks to @cloudwithax Co-authored-by: Clxud <71564480+cloudwithax@users.noreply.github.com>
This commit is contained in:
commit
acbe251430
2 changed files with 25 additions and 3 deletions
26
neofetch
26
neofetch
|
@ -803,7 +803,7 @@ image_source="auto"
|
|||
# Reborn_OS, Redstar, Redcore, Redhat, Refracted_Devuan, Regata, Regolith,
|
||||
# Rocky, Rosa, sabotage, Sabayon, Sailfish, SalentOS, ShastraOS, Scientific, Septor,
|
||||
# SereneLinux, SharkLinux, Siduction, SkiffOS, Slackware, SliTaz, SmartOS,
|
||||
# Solus, Source_Mage, Sparky, Star, SteamOS, SunOS, openSUSE_Leap, t2,
|
||||
# Solus, Soda, Source_Mage, Sparky, Star, SteamOS, SunOS, openSUSE_Leap, t2,
|
||||
# openSUSE_Tumbleweed, openSUSE, SwagArch, Tails, Trisquel,
|
||||
# Ubuntu-Cinnamon, Ubuntu-Budgie, Ubuntu-GNOME, Ubuntu Touch, Ubuntu-MATE,
|
||||
# Ubuntu-Studio, Ubuntu-Sway, Ubuntu, Ultramarine, Univention, Venom, Void, VNux, LangitKetujuh, semc,
|
||||
|
@ -5292,7 +5292,7 @@ ASCII:
|
|||
Redstar, Redcore, Redhat, Refracted_Devuan, Regata, Regolith, Rosa,
|
||||
sabotage, Sabayon, Sailfish, SalentOS, ShastraOS, Scientific, Septor,
|
||||
SereneLinux, SharkLinux, Siduction, Slackware, SliTaz, SmartOS,
|
||||
Solus, Source_Mage, Sparky, Star, SteamOS, SunOS, openSUSE_Leap,
|
||||
Solus, Soda, 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-Sway, Ubuntu, Ultramarine, Univention, Venom, Void, VNux, LangitKetujuh, semc,
|
||||
|
@ -11994,6 +11994,27 @@ yyyyyyy${c2}+MMMMMMMMMMMMMMMMMMMMMMMM/${c1}yyyyyyy
|
|||
`.:/oosyyyysso/:.`
|
||||
EOF
|
||||
;;
|
||||
"Soda"*)
|
||||
set_colors 1 7
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
${c2} @&&&&${c1} *'*,
|
||||
${c2}@@@@@@@&&&${c1} ** '*,
|
||||
${c2}@@@@@@@@@@@&&&&
|
||||
@&@@@@@@@@@@@@@@@&&&
|
||||
${c1}******${c2}@@@@@@@@@@@@@@@&&&&
|
||||
${c1}************${c2}@@@@@@@@@@@@@@
|
||||
${c1}*****************${c2}@@@@@@@@@
|
||||
${c1}**********************${c2}@@@
|
||||
@@@@@${c1}********************
|
||||
${c2}@@@@@@@@@${c1}***************
|
||||
${c2}@@@@@@@@@@@@@@@${c1}*********
|
||||
${c2}@@@@@@@@@@@@@@@@@@${c1}****
|
||||
${c2}@@@@@@@@@@@@@@@@@@
|
||||
@@@@@@@@@@@@
|
||||
@@@@@@@
|
||||
EOF
|
||||
;;
|
||||
|
||||
"IRIX"*)
|
||||
set_colors 4 7
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
|
@ -12114,6 +12135,7 @@ ${c1} _-`````-, ,- '- .
|
|||
`;
|
||||
EOF
|
||||
;;
|
||||
|
||||
|
||||
"Linux")
|
||||
set_colors fg 8 3
|
||||
|
|
|
@ -324,7 +324,7 @@ Proxmox, Puppy, PureOS, Qubes, Quibian, Radix, Raspbian, Reborn_OS,
|
|||
Redstar, Redcore, Redhat, Refracted_Devuan, Regata, Regolith, Rosa,
|
||||
sabotage, Sabayon, Sailfish, SalentOS, ShastraOS, Scientific, Septor,
|
||||
SereneLinux, SharkLinux, Siduction, Slackware, SliTaz, SmartOS,
|
||||
Solus, Source_Mage, Sparky, Star, SteamOS, SunOS, openSUSE_Leap,
|
||||
Solus, Soda, 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, semc, Obarun,
|
||||
|
|
Loading…
Reference in a new issue