[PR] dylanaraps/neofetch#2222 from AwkwardTeenageBoy - VanillaOS neofetch
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2222 Thanks to @AwkwardTeenageBoy Co-authored-by: Twinkie <105467171+AwkwardTeenageBoy@users.noreply.github.com>
This commit is contained in:
commit
fdd3ef970d
1 changed files with 26 additions and 0 deletions
26
neofetch
26
neofetch
|
@ -13310,6 +13310,32 @@ ${c1} | (-- | |
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"Vanilla"*)
|
||||||
|
set_colors 11 15
|
||||||
|
read -rd '' ascii_data <<'EOF'
|
||||||
|
${c1}
|
||||||
|
.----:
|
||||||
|
.-------.
|
||||||
|
:---::----:
|
||||||
|
.----::-----.
|
||||||
|
......... :----::-----: ..:::-::::..
|
||||||
|
.-----------------::------------------:
|
||||||
|
----::-----------::----------::::---:
|
||||||
|
-----:::--------::-------:::-------
|
||||||
|
:------::::--::...:::::---------:
|
||||||
|
.---------::.. ..:---------.
|
||||||
|
.::-----::.. .::----::.
|
||||||
|
.:------:.......:-------:
|
||||||
|
.--------::::::::-:::-------.
|
||||||
|
.-------::-----.:-----::------.
|
||||||
|
-----::------: :------::-----
|
||||||
|
:--::--------: .-------::---:
|
||||||
|
:----------:: .:----------
|
||||||
|
|
||||||
|
EOF
|
||||||
|
;;
|
||||||
|
|
||||||
|
|
||||||
"Obarun"*)
|
"Obarun"*)
|
||||||
set_colors 6 6 7 1
|
set_colors 6 6 7 1
|
||||||
|
|
Loading…
Reference in a new issue