Skip to content

Commit

Permalink
[+] Add "Furreto Linux" support
Browse files Browse the repository at this point in the history
  • Loading branch information
catumin authored May 19, 2024
2 parents 4707704 + 07da5d5 commit e08e864
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion neofetch
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ image_source="auto"
# CRUX, Crystal Linux, Cucumber, CutefishOS, CuteOS, CyberOS, dahlia, DarkOs, Darwin, Debian,
# Deepin, DesaOS, Devuan, DietPi, digital UNIX, DracOS, DragonFly, Drauger, Droidian, Elementary,
# Elive, EncryptOS, EndeavourOS, Endless, Enso, EuroLinux, EvolutionOS, eweOS, Exherbo, Exodia Predator OS,
# Fedora, FemboyOS, Feren, Finnix, Floflis, FreeBSD, FreeMiNT, Frugalware, Funtoo, GalliumOS,
# Fedora, FemboyOS, Feren, Finnix, Floflis, FreeBSD, FreeMiNT, Frugalware, Funtoo, Furreto, GalliumOS,
# Garuda, Gentoo, GhostBSD, glaucus, gNewSense, GNOME, GNU, GoboLinux, GrapheneOS, Grombyang, Guix,
# Haiku, HamoniKR, HarDClanZ, Hash, Huayra, Hybrid, HydroOS, Hyperbola, iglunix, instantOS, Interix,
# IRIX, Ironclad, Itc, januslinux, Kaisen, Kali, KaOS, KDE, Kibojoe, Kogaion, Korora, KrassOS,
Expand Down Expand Up @@ -9983,6 +9983,36 @@ ${c1} ,,:;;;;:,,
EOF
;;

"Furreto"*)
set_colors 211 255 225 199
read -rd '' ascii_data <<'EOF'
${c1}
${c1}.xOOko .odd,
o${c3}X${c2}WWK${c3}O${c1}OOO. 'O${c3}N${c2}WW${c3}0${c1}kkk.
.k0${c3}XKO${c1}OOOOOcOO${c2}NWN${c1}OOOOO.
xOOOOOOOOOkkOOOOOOOOO;
.O0OkkocxO000000kcdk0OO0OOkx
k${c3}W${c2}MX${c1}kkkkloxkkkx; :dxxxxddc...
'kO0OOOOOkc .cl:..kk0KK0Okc
;kOOO0000xd. dO00000Oo .xkO${c3}N${c2}MM${c3}X${c1}OOOO
.dddxkOOOkddc.k${c3}K${c2}NWW${c3}N${c1}000000l.ddk${c2}00${c1}00OOOO.
'dd:;ddddd;.d${c3}K${c2}MMM${c3}W${c1}K00KKK0O::ddxkO00Oko
.okxkOKK0kkOO00KKOxxlodddddddl
.00OOkkkkkkkkOOO00OOOO0O; .dddl
'kkkkkxxkkkkkkkOOkxdxkxxddd.
cddddddddxxkkkkk${c4}xddddddddddo
'ddddddodddddddddddddddddddc
.ddddddodddddddddodddddddc
.odddo.

.kOOkkk;
lkKWNkkkxc
kkxkkkkkkx.
,,..xxx.

EOF
;;

"freebsd_small")
set_colors 1 7 3
read -rd '' ascii_data <<'EOF'
Expand Down

0 comments on commit e08e864

Please sign in to comment.