os: added support for Drauger OS
This commit is contained in:
parent
efb2042fa6
commit
205a044770
22
neofetch
22
neofetch
|
@ -6089,6 +6089,28 @@ ${c1} | |
|
||||||
EOF
|
EOF
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"Drauger"*)
|
||||||
|
set_colors 1 7
|
||||||
|
read -rd '' ascii_data <<'EOF'
|
||||||
|
${c1} -``-
|
||||||
|
`:+``+:`
|
||||||
|
`/++``++/.
|
||||||
|
.++/. ./++.
|
||||||
|
:++/` `/++:
|
||||||
|
`/++: :++/`
|
||||||
|
./+/- -/+/.
|
||||||
|
-++/. ./++-
|
||||||
|
:++:` `:++:
|
||||||
|
`/++- -++/`
|
||||||
|
./++. ./+/.
|
||||||
|
-++/` `/++-
|
||||||
|
:++:` `:++:
|
||||||
|
`/++- -++/`
|
||||||
|
.:-.`..............................`.-:.
|
||||||
|
`.-/++++++++++++++++++++++++++++++++/-.`
|
||||||
|
EOF
|
||||||
|
;;
|
||||||
|
|
||||||
"Elementary"*)
|
"Elementary"*)
|
||||||
set_colors 4 7 1
|
set_colors 4 7 1
|
||||||
read -rd '' ascii_data <<'EOF'
|
read -rd '' ascii_data <<'EOF'
|
||||||
|
|
Reference in New Issue