Skip to content

Commit

Permalink
[PR] #336 from AlbydST: lfs logo
Browse files Browse the repository at this point in the history
Add Linux From Scratch logo
  • Loading branch information
hykilpikonna authored Aug 25, 2024
2 parents d6341d2 + bb6b9b1 commit 3dafba3
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions neofetch
Original file line number Diff line number Diff line change
Expand Up @@ -11080,6 +11080,32 @@ ${c3}#######${c2}#${c1}#####${c2}#${c3}#######
${c3} #####${c2}#######${c3}#####
EOF
;;

"LinuxFromScratch" | *"LFS" | "linux-from-scratch" | "linux_from_scratch")
set_colors fg 8 3
read -rd '' ascii_data <<'EOF'
${c2} .:@:.
${c2} :@@@@@@@:
${c2} @@@@@@@@@-
${c2} .:%. @@@@@@@@@+. @%
${c2} *@@@%+: :@@@@@@@%=: .=%@@@@@@=
${c2} :@@@@@@##@@@@@@@@@%*+%@%+@@@@@@@+
${c2} @@#${c1}####${c2}+@@@@@@@%:${c1}######${c2}=@@@@@@@@@-
${c2} *@%${c1}######${c2}.@@@@@#${c1}#########${c2}-@@@@@@@@#.
${c2} %@-${c1}#${c2}.@${c1}=${c2}:${c1}##${c2}+@@@@-${c1}###${c2}%@${c1}:${c2}=${c1}###${c2}*@#*+=-+#:
${c2} @@.${c1}#${c2}@@*${c1}=${c2}:${c1}#${c2}-%%**-${c1}##${c2}%@@%${c1}*${c2}*${c1}###${c2}#=-
${c2} @@-${c1}#${c2}@@@@+.-${c3}...${c2}:=.${c1}#${c2}%@@@@%${c1}###${c2}#-
${c2} %@%${c1}##${c2}*#:${c3}.o.....o...${c2}-%@+${c1}###${c2}#@+ -:
${c2} +@@*${c1}#${c3}....................${c2}+@@@@@@@@+
${c2} @%:${c3}....................._:${c2}@@@@@@@=.
${c2} .=:${c3}...............__*-=`.${c2}=@@@@@@#=.
${c2} :+:${c3}....:==*__*-=`:..==-:${c2}#@@@@@%+:
${c2} .--=-: ${c3}+..::.....-: ${c2}=%@*=:
${c2} :........-
${c2} .:...--.
EOF
;;

"Linux_small")
set_colors fg 8 3
read -rd '' ascii_data << 'EOF'
Expand Down

0 comments on commit 3dafba3

Please sign in to comment.