mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-04-16 13:56:13 -05:00
[PR] dylanaraps/neofetch#1902 from MatusModder - Added MatuusOS
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1902 Thanks to @MatusModder Co-authored-by: MatusModder <76532262+MatusModder@users.noreply.github.com>
This commit is contained in:
commit
078ff79c16
27
neofetch
27
neofetch
|
|
@ -7084,6 +7084,33 @@ ${c3} ........
|
|||
EOF
|
||||
;;
|
||||
|
||||
"MatuusOS"*)
|
||||
set_colors 9 11 0
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
${c2}
|
||||
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
||||
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
||||
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
||||
░░░░░░░░░░░░░░░░▒▓▓████▓▒▒░░░░░░░░░░░░░░░░
|
||||
░░░░░░░░░░░░░▒▓████████████▓░░░░░░░░░░░░░░
|
||||
░░░░░░░░░░░░▓████████████████▒░░░░░░░░░░░░
|
||||
░░░░░░░░░░░▓██████████████████▒░░░░░░░░░░░
|
||||
░░░░░░░░░░▓████▒▓███████▓▓█████░░░░░░░░░░░
|
||||
░░░░░░░░░░██████▓░▓████▒░██████▓░░░░░░░░░░
|
||||
░░░░░░░░░▒███████▓░▒▓▒░░████████░░░░░░░░░░
|
||||
░░░░░░░░░▒█████████▒░░░█████████░░░░░░░░░░
|
||||
░░░░░░░░░░██████████▓▒██████████░░░░░░░░░░
|
||||
░░░░░░░░░░▓████████████████████▒░░░░░░░░░░
|
||||
░░░░░░░░░░░███████████████████▓░░░░░░░░░░░
|
||||
░░░░░░░░░░░░█████████████████▓░░░░░░░░░░░░
|
||||
░░░░░░░░░░░░░▓██████████████▒░░░░░░░░░░░░░
|
||||
░░░░░░░░░░░░░░░▒▓████████▓░░░░░░░░░░░░░░░░
|
||||
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
||||
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
||||
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
||||
EOF
|
||||
;;
|
||||
|
||||
"BLAG"*)
|
||||
set_colors 5 7
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user