[PR] dylanaraps/neofetch#2301 from salientos - Salient OS Logos
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2301 Thanks to @salientos Co-authored-by: Silent <d3signr@gmail.com>
This commit is contained in:
commit
197e11ee5f
1 changed files with 26 additions and 0 deletions
26
neofetch
26
neofetch
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue