Skip to content

Commit

Permalink
[PR] dylanaraps#2301 from salientos - Salient OS Logos
Browse files Browse the repository at this point in the history
Upstream PR: dylanaraps#2301
Thanks to @salientos

Co-authored-by: Silent <d3signr@gmail.com>
  • Loading branch information
hykilpikonna and salientos committed Mar 1, 2023
2 parents 58e60ae + d8bdffa commit 197e11e
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 @@ -12442,6 +12442,32 @@ ${c1}
EOF
;;

"Salient OS"* | "SalientOS"* | "salientos"*)
set_colors 6 6 7 1
read -rd '' ascii_data <<'EOF'
${c1} 00xxxx0
00xxxxxx0
0xxxxxxxxx 000000
0xxxxxxxxxx xxxxxxxxxx0
0xxxxxxxxxxx0 xxxxxxxxxxxxx0
0xxxxxxxxxxxx0 0xxxxxxxxxxxxxx0
0xxxxxxxxxxxxx0 0xxxxxxxxxxxxxxx0
0xxxxxxxxxxxxxxx xxxxxxxxxxxxxxxx0
xxxxxxxxxxxxxxxx0 0xxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxx 0xxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxx0 xxxxxxxxxxxxxx
0xxxxxxxxxxxxxxxxxx0 0xxxxxxxxxxxx0
0xxxxxxxxxxxxxxxxxx xxxxxxxxxxx0
0xxxxxxxxxxxxxxxxx xxxxxxxxxx0
0xxxxxxxxxxxxxxxx xxxxxxxxx0
0xxxxxxxxxxxx0 0xxxxxxx0
0xxxxxxx0 xxxxxx0
0xxx00
x00
EOF
;;

"Scientific"*)
set_colors 4 7 1
read -rd '' ascii_data <<'EOF'
Expand Down

0 comments on commit 197e11e

Please sign in to comment.