Update neofetch (#1454)
This commit is contained in:
parent
a1f80c3a61
commit
1c2b5ff624
24
neofetch
24
neofetch
|
@ -6425,6 +6425,30 @@ o/${c2}--...::-:/::/:-......-::::::-/-...-${c1}:/o
|
||||||
EOF
|
EOF
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"dahlia"*)
|
||||||
|
set_colors 1 7 3
|
||||||
|
read -rd '' ascii_data <<'EOF'
|
||||||
|
${c1}
|
||||||
|
.#.
|
||||||
|
*%@@@%*
|
||||||
|
.,,,,,(&@@@@@@@&/,,,,,.
|
||||||
|
,#@@@@@@@@@@@@@@@@@@@@@#.
|
||||||
|
,#@@@@@@@&#///#&@@@@@@@#.
|
||||||
|
,/%&@@@@@%/, .,(%@@@@@&#/.
|
||||||
|
*#&@@@@@@#,. .*#@@@@@@&#,
|
||||||
|
.&@@@@@@@@@( .(@@@@@@@@@&&.
|
||||||
|
#@@@@@@@@@@( )@@@@@@@@@@@#
|
||||||
|
°@@@@@@@@@@( .(@@@@@@@@@@@°
|
||||||
|
*%@@@@@@@(. ,#@@@@@@@%*
|
||||||
|
,(&@@@@@@%*. ./%@@@@@@%(,
|
||||||
|
,#@@@@@@@&(***(&@@@@@@@#.
|
||||||
|
,#@@@@@@@@@@@@@@@@@@@@@#.
|
||||||
|
,*****#&@@@@@@@&(*****,
|
||||||
|
,/%@@@%/.
|
||||||
|
,#,
|
||||||
|
EOF
|
||||||
|
;;
|
||||||
|
|
||||||
"debian_small")
|
"debian_small")
|
||||||
set_colors 1 7 3
|
set_colors 1 7 3
|
||||||
read -rd '' ascii_data <<'EOF'
|
read -rd '' ascii_data <<'EOF'
|
||||||
|
|
Reference in New Issue