Adding Uruk GNU/Linux logo
https://github.com/dylanaraps/neofetch/pull/2258
This commit is contained in:
parent
6a7c72446b
commit
e99db35920
1 changed files with 27 additions and 0 deletions
27
neofetch
27
neofetch
|
@ -13272,6 +13272,33 @@ ${c2}&%. %%%${c1}
|
||||||
EOF
|
EOF
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"UrukOS"*)
|
||||||
|
set_colors 12 12 7 12 4
|
||||||
|
read -rd '' ascii_data <<'EOF'
|
||||||
|
${c3} :${c4}:::::::::::::: ${c5}.
|
||||||
|
${c3}=#${c4}*============. ${c5}:#:
|
||||||
|
${c3}=##%${c4}+----------. ${c5}.###:
|
||||||
|
${c3}=####. ${c5}.####:
|
||||||
|
${c3}=####. ${c5}.####:
|
||||||
|
${c3}=###*. .=${c4}--------. ${c5}####:
|
||||||
|
${c3}=####. .*#+${c4}======- ${c5}####:
|
||||||
|
${c3}=###*. .*###+${c4}====- ${c5}####:
|
||||||
|
${c3}=###*. .*#####+${c4}==- ${c5}####:
|
||||||
|
${c3}=###*. .*#######+${c4}: ${c5}####:
|
||||||
|
${c3}=###*. .*#######+${c4}: ${c5}####:
|
||||||
|
${c3}=###*. .*#####+${c4}==- ${c5}####:
|
||||||
|
${c3}=###*. .*###+${c4}====- ${c5}####:
|
||||||
|
${c3}=####. .*#+${c4}======- ${c5}####:
|
||||||
|
${c3}=###*. .=${c4}--------. ${c5}.####:
|
||||||
|
${c3}=####. ${c5}.####:
|
||||||
|
${c3}=####. ${c5}.####:
|
||||||
|
${c3}=###+${c4}--------------${c5}####:
|
||||||
|
${c3}=#+${c4}=================-${c5}:
|
||||||
|
${c3}:${c4}::::::::::::::::::.
|
||||||
|
|
||||||
|
EOF
|
||||||
|
;;
|
||||||
|
|
||||||
"Venom"*)
|
"Venom"*)
|
||||||
set_colors 8 4
|
set_colors 8 4
|
||||||
read -rd '' ascii_data <<'EOF'
|
read -rd '' ascii_data <<'EOF'
|
||||||
|
|
Loading…
Reference in a new issue