Skip to content

Commit

Permalink
[PR] dylanaraps/neofetch#2222 from AwkwardTeenageBoy - VanillaOS neof…
Browse files Browse the repository at this point in the history
…etch

Upstream PR: dylanaraps/neofetch#2222
Thanks to @AwkwardTeenageBoy

Co-authored-by: Twinkie <105467171+AwkwardTeenageBoy@users.noreply.github.com>
  • Loading branch information
hykilpikonna and pookiegoescrazy committed Oct 30, 2022
2 parents 90c9404 + 6390ed1 commit fdd3ef9
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 @@ -13310,6 +13310,32 @@ ${c1} | (-- | |
EOF

;;

"Vanilla"*)
set_colors 11 15
read -rd '' ascii_data <<'EOF'
${c1}
.----:
.-------.
:---::----:
.----::-----.
......... :----::-----: ..:::-::::..
.-----------------::------------------:
----::-----------::----------::::---:
-----:::--------::-------:::-------
:------::::--::...:::::---------:
.---------::.. ..:---------.
.::-----::.. .::----::.
.:------:.......:-------:
.--------::::::::-:::-------.
.-------::-----.:-----::------.
-----::------: :------::-----
:--::--------: .-------::---:
:----------:: .:----------
EOF
;;


"Obarun"*)
set_colors 6 6 7 1
Expand Down

0 comments on commit fdd3ef9

Please sign in to comment.