[PR] dylanaraps/neofetch#2201 from FakeShell - add droidian to neofetch
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2201 Thanks to @FakeShell Co-authored-by: Bardia Moshiri <fakeshell@bardia.tech>
This commit is contained in:
commit
0f302eea60
1 changed files with 21 additions and 0 deletions
21
neofetch
Executable file → Normal file
21
neofetch
Executable file → Normal file
|
@ -8196,6 +8196,27 @@ ${c2} `Y$$
|
|||
EOF
|
||||
;;
|
||||
|
||||
"Droidian"*)
|
||||
set_colors 2 10
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
${c2} _,met$$$$$gg.
|
||||
,g$$$$$$$$$$$$$$$$P.
|
||||
,$$P' `$$$.
|
||||
',$$P ,ggs. `$$b:
|
||||
`d$$' ,$P"' ${c1}.${c2} $$$
|
||||
$$P d$' ${c1},${c2} $$P
|
||||
$$: $$. ${c1}-${c2} ,d$$'
|
||||
$$; Y$b._ _,d$P'
|
||||
Y$$. ${c1}`.${c2}`"Y$$$$P"'
|
||||
${c2} `$$b ${c1}"-.__
|
||||
${c2} `Y$$
|
||||
`Y$$.
|
||||
`$$b.
|
||||
`Y$$b.
|
||||
`"Y$b._
|
||||
EOF
|
||||
;;
|
||||
|
||||
"Deepin"*)
|
||||
set_colors 2 7
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
|
|
Loading…
Reference in a new issue