fix and colourise digital UNIX logo
This commit is contained in:
parent
78bcf1e5cc
commit
b407bc0ea4
1 changed files with 5 additions and 4 deletions
9
neofetch
9
neofetch
|
@ -9056,16 +9056,17 @@ EOF
|
|||
;;
|
||||
|
||||
"digital UNIX"*)
|
||||
set_colors 1 6 7
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
${c1} +-+-+-+-+-+-+-+
|
||||
|${c3}d${c1}|${c3}i${c1}|${c3}g${c1}|${c3}i${c1}|${c3}t${c1}|${c3}a${c1}|${c3}l${c1}|
|
||||
+-+-+-+-+-+-+-+
|
||||
|d|i|g|i|t|a|l|
|
||||
+-+-+-+-+-+-+-+
|
||||
_ _ _ _ _______ __
|
||||
${c2} _ _ _ _ _______ __
|
||||
| | | | \ | |_ _\ \ / /
|
||||
| | | | \| | | | \ V /
|
||||
| | | | . ` | | | > <
|
||||
| |__| | |\ |_| |_ / . \
|
||||
\____/|_| \_|_____/_/ \_\
|
||||
\____/|_| \_|_____/_/ \_\\
|
||||
EOF
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in a new issue