[PR] dylanaraps/neofetch#1946 from jahampel - Improve ASCII art for Trisquel GNU/Linux
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1946 Thanks to @jahampel Co-authored-by: Jakob Hampel <67579757+jahampel@users.noreply.github.com>
This commit is contained in:
commit
6fdc2a651e
1 changed files with 17 additions and 18 deletions
35
neofetch
35
neofetch
|
@ -11418,24 +11418,23 @@ EOF
|
|||
"Trisquel"*)
|
||||
set_colors 4 6
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
${c1} ▄▄▄▄▄▄
|
||||
▄█████████▄
|
||||
▄▄▄▄▄▄ ████▀ ▀████
|
||||
▄██████████▄ ████▀ ▄▄ ▀███
|
||||
▄███▀▀ ▀▀████ ███▄ ▄█ ███
|
||||
▄███ ▄▄▄ ████▄ ▀██████ ▄███
|
||||
███ █▀▀██▄ █████▄ ▀▀ ▄████
|
||||
▀███ ███ ███████▄▄ ▄▄██████
|
||||
${c1} ▀███▄ ▄███ █████████████${c2}████▀
|
||||
${c1} ▀█████████ ███████${c2}███▀▀▀
|
||||
▀▀███▀▀ ██████▀▀
|
||||
██████▀ ▄▄▄▄
|
||||
█████▀ ████████
|
||||
█████ ███▀ ▀███
|
||||
████▄ ██▄▄▄ ███
|
||||
█████▄ ▀▀ ▄██
|
||||
██████▄▄▄████
|
||||
▀▀█████▀▀
|
||||
${c1} ,o$$$o.
|
||||
,o$$Y"""Y$$b
|
||||
,o$$$$$$o. ,$$' , Y$$b
|
||||
,o$$$$$$$$$$$$o. :$ b Y$$.
|
||||
,$$"' "Y$$$$o. 'b. ,b d$$$
|
||||
$$' .d$$$$b '$$$$o 'Y$$$Y d$$$'
|
||||
$$' q' 'b '$$$$$o._ _.o$$$$'
|
||||
.$$,_ _,d$ ,$$$$$$$$$$$$${c2}$$$$Y'
|
||||
${c1} '$$$$aaa$$$' .$$$$$$${c2}$$$$$$$$'
|
||||
${c1} """" ${c2}d$$$$"'
|
||||
d$$$' .d$$b.
|
||||
$$$$ .$" 'a$.
|
||||
$$$$ $b $$.
|
||||
'$$$. '$b,,. $$$
|
||||
'$$$. .$$'
|
||||
'a$$$o._.o$$a'
|
||||
'a$$$$a'
|
||||
EOF
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in a new issue